improve flow for restarting in wifimanager mode
This commit is contained in:
@@ -31,12 +31,17 @@ private:
|
||||
bool processArgs();
|
||||
void buildHtml(String& response);
|
||||
void buildCredHtml(String& response);
|
||||
void buildConfirmHtml(String& response);
|
||||
void buildConfirmHtml(String& response, const String &message, uint32_t redirectDelay = 5);
|
||||
void buildConfigureWifiHtml(String& response);
|
||||
|
||||
void buildHtmlHeader(String& response);
|
||||
void printInputField(String& response, const char* token, const char* description, const char* value, const size_t maxLength, const bool isPassword = false);
|
||||
void printInputField(String& response, const char* token, const char* description, const int value, size_t maxLength);
|
||||
|
||||
void printParameter(String& response, const char* description, const char* value);
|
||||
|
||||
void waitAndProcess(const uint32_t duration);
|
||||
|
||||
WebServer server;
|
||||
NukiWrapper* _nuki;
|
||||
Network* _network;
|
||||
|
||||
Reference in New Issue
Block a user