fix config portal

This commit is contained in:
technyon
2022-06-01 20:42:33 +02:00
parent 1ce8eb6603
commit d58f4b6b1d
5 changed files with 57 additions and 48 deletions

View File

@@ -31,6 +31,7 @@ private:
bool processArgs(String& message);
void buildHtml(String& response);
void buildCredHtml(String& response);
void buildMqttConfigHtml(String& response);
void buildConfirmHtml(String& response, const String &message, uint32_t redirectDelay = 5);
void buildConfigureWifiHtml(String& response);
void processUnpair();