use html table for info

This commit is contained in:
technyon
2022-04-03 19:31:49 +02:00
parent eb7d77f6e9
commit cb81db5d8e
2 changed files with 24 additions and 9 deletions

View File

@@ -32,6 +32,9 @@ private:
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);
void printParameter(WiFiClient& client, const char* description, const char* value);
TokenType getParameterType(char*& token);
WiFiServer _wifiServer;