Implemented new types of SmartConfig (#6367)

This commit is contained in:
P-R-O-C-H-Y
2022-03-02 14:18:20 +01:00
committed by GitHub
parent 683dbf3b1b
commit e8d6050a7b
2 changed files with 17 additions and 4 deletions

View File

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