1
0
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:
Markus Sattler
2015-12-29 14:33:10 +01:00
parent fd443d4e17
commit 373da3df6b
4 changed files with 37 additions and 12 deletions

View File

@ -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);
};