add methods to generate html

This commit is contained in:
technyon
2022-04-03 12:16:23 +02:00
parent 623eccda1e
commit b660e1c1a2
2 changed files with 38 additions and 19 deletions

View File

@@ -27,6 +27,8 @@ public:
private:
void serveHtml(WiFiClient& client);
void printInputField(WiFiClient& client, const char* token, const char* description, const char* value, size_t maxLength);
void printInputField(WiFiClient& client, const char* token, const char* description, const int value, size_t maxLength);
TokenType getParameterType(char*& token);