Skip to content

Commit

Permalink
Update WiFiScan.h (#3266)
Browse files Browse the repository at this point in the history
Add an accessor function for the useful wifi data
  • Loading branch information
billprozac authored and me-no-dev committed Sep 26, 2019
1 parent f8c0689 commit 589bb70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/WiFi/src/WiFiScan.h
Expand Up @@ -45,6 +45,7 @@ class WiFiScanClass
uint8_t * BSSID(uint8_t networkItem);
String BSSIDstr(uint8_t networkItem);
int32_t channel(uint8_t networkItem);
static void * getScanInfoByIndex(int i) { return _getScanInfoByIndex(i); };

static void _scanDone();
protected:
Expand Down

0 comments on commit 589bb70

Please sign in to comment.