mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-13 10:46:31 +02:00
Update WiFiScan.h (#3266)
Add an accessor function for the useful wifi data
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user