redirect to start after configuration saved

This commit is contained in:
technyon
2022-04-04 22:29:13 +02:00
parent 3cac2c5de5
commit 8568e237cc
2 changed files with 34 additions and 7 deletions

View File

@@ -28,9 +28,10 @@ public:
private:
void processArgs();
bool processArgs();
void buildHtml(String& response);
void buildCredHtml(String& response);
void buildConfirmHtml(String& response);
void printInputField(String& response, const char* token, const char* description, const char* value, size_t maxLength);
void printInputField(String& response, const char* token, const char* description, const int value, size_t maxLength);