fix #123 - No autoforward after initiated update

This commit is contained in:
regevbr
2023-03-14 15:49:03 +02:00
parent 8e6fa00bb6
commit f48773d34d
4 changed files with 47 additions and 7 deletions

View File

@@ -36,7 +36,8 @@ private:
bool processArgs(String& message);
void buildHtml(String& response);
void buildCredHtml(String& response);
void buildOtaHtml(String& response);
void buildOtaHtml(String& response, bool errored);
void buildOtaCompletedHtml(String& response);
void buildMqttConfigHtml(String& response);
void buildNukiConfigHtml(String& response);
void buildConfirmHtml(String& response, const String &message, uint32_t redirectDelay = 5);