Commit 589bb703 authored by billprozac's avatar billprozac Committed by Me No Dev

Update WiFiScan.h (#3266)

Add an accessor function for the useful wifi data
parent f8c06894
...@@ -45,6 +45,7 @@ public: ...@@ -45,6 +45,7 @@ public:
uint8_t * BSSID(uint8_t networkItem); uint8_t * BSSID(uint8_t networkItem);
String BSSIDstr(uint8_t networkItem); String BSSIDstr(uint8_t networkItem);
int32_t channel(uint8_t networkItem); int32_t channel(uint8_t networkItem);
static void * getScanInfoByIndex(int i) { return _getScanInfoByIndex(i); };
static void _scanDone(); static void _scanDone();
protected: protected:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment