add method to build navigation button

This commit is contained in:
technyon
2022-06-17 22:58:54 +02:00
parent 2495b5c782
commit 2a2cb891f4
3 changed files with 20 additions and 23 deletions

View File

@@ -45,6 +45,7 @@ private:
void printInputField(String& response, const char* token, const char* description, const int value, size_t maxLength);
void printCheckBox(String& response, const char* token, const char* description, const bool value);
void printTextarea(String& response, const char *token, const char *description, const char *value, const size_t maxLength);
void buildNavigationButton(String& response, const char* caption, const char* targetPath);
void printParameter(String& response, const char* description, const char* value);