8000 Update WiFiScan.h (#3266) · joeycastillo/arduino-esp32@589bb70 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 589bb70

Browse files
billprozacme-no-dev
authored andcommitted
Update WiFiScan.h (espressif#3266)
Add an accessor function for the useful wifi data
1 parent f8c0689 commit 589bb70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/WiFi/src/WiFiScan.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class WiFiScanClass
4545
uint8_t * BSSID(uint8_t networkItem);
4646
String BSSIDstr(uint8_t networkItem);
4747
int32_t channel(uint8_t networkItem);
48+
static void * getScanInfoByIndex(int i) { return _getScanInfoByIndex(i); };
4849

4950
static void _scanDone();
5051
protected:

0 commit comments

Comments
 (0)
0