mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
Fix build
This commit is contained in:
@ -287,8 +287,9 @@ public:
|
||||
protected:
|
||||
static void _scanDone(void* result, int status);
|
||||
void * _getScanInfoByIndex(int i);
|
||||
static void _smartConfigDone(void* result);
|
||||
static void _smartConfigCallback(uint32_t status, void* result);
|
||||
bool _smartConfigStarted = false;
|
||||
bool _smartConfigDone = false;
|
||||
|
||||
bool _useApMode;
|
||||
bool _useClientMode;
|
||||
|
Reference in New Issue
Block a user