mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-14 19:16:31 +02:00
Add smartConfig support (#136)
* smartConfig support * fixed bug, added example * added _smartConfigDone = ture * changed example name, added explanation
This commit is contained in:
@ -85,6 +85,16 @@ protected:
|
||||
static wl_status_t _status;
|
||||
static bool _useStaticIp;
|
||||
|
||||
public:
|
||||
bool beginSmartConfig();
|
||||
bool stopSmartConfig();
|
||||
bool smartConfigDone();
|
||||
|
||||
protected:
|
||||
static bool _smartConfigStarted;
|
||||
static bool _smartConfigDone;
|
||||
static void _smartConfigCallback(uint32_t status, void* result);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user