1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

Fix build

This commit is contained in:
Ivan Grokhotkov
2015-05-24 15:35:18 +03:00
parent 5d384d55b7
commit 4fdd546ad5
5 changed files with 27 additions and 13 deletions

View File

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