We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c0689 commit 589bb70Copy full SHA for 589bb70
libraries/WiFi/src/WiFiScan.h
@@ -45,6 +45,7 @@ class WiFiScanClass
45
uint8_t * BSSID(uint8_t networkItem);
46
String BSSIDstr(uint8_t networkItem);
47
int32_t channel(uint8_t networkItem);
48
+ static void * getScanInfoByIndex(int i) { return _getScanInfoByIndex(i); };
49
50
static void _scanDone();
51
protected:
0 commit comments