Skip to content

Commit 589bb70

Browse files
billprozacme-no-dev
authored andcommitted
Update WiFiScan.h (#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

+1
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)