Update WiFiScan.h (#3266)

Add an accessor function for the useful wifi data
This commit is contained in:
billprozac 2019-09-26 14:03:08 -04:00 committed by Me No Dev
parent f8c06894c5
commit 589bb7032d

View File

@ -45,6 +45,7 @@ public:
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: