redirect to start after configuration saved
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user