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 filesBrowse 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
Copy full SHA for 589bb70

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎libraries/WiFi/src/WiFiScan.h

Copy file name to clipboardExpand all lines: libraries/WiFi/src/WiFiScan.h
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.