mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 02:07:15 +02:00
Implemented new types of SmartConfig (#6367)
This commit is contained in:
@ -92,7 +92,7 @@ protected:
|
||||
static bool _autoReconnect;
|
||||
|
||||
public:
|
||||
bool beginSmartConfig();
|
||||
bool beginSmartConfig(smartconfig_type_t type = SC_TYPE_ESPTOUCH, char* crypt_key = NULL);
|
||||
bool stopSmartConfig();
|
||||
bool smartConfigDone();
|
||||
|
||||
|
Reference in New Issue
Block a user