mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
allow hook WiFi events from sketch
This commit is contained in:
@ -60,9 +60,7 @@ class ESP8266WiFiScanClass {
|
||||
static void* _scanResult;
|
||||
|
||||
static void _scanDone(void* result, int status);
|
||||
void * _getScanInfoByIndex(int i);
|
||||
|
||||
friend class ESP8266WiFiClass;
|
||||
static void * _getScanInfoByIndex(int i);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user