Factory Reset

This commit is contained in:
iranl
2024-05-28 15:59:41 +02:00
parent fbb2068439
commit 08585b2bf5
4 changed files with 98 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ private:
void sendCss();
void sendFavicon();
void processUnpair(bool opener);
void processFactoryReset();
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, const bool& showLengthRestriction = false);