fix customSupport for ArduinoJson 7.2.1

This commit is contained in:
proddy
2024-11-16 14:47:07 +01:00
parent f071fd842b
commit 1f04c1fc2c
5 changed files with 51 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ class WebStatusService {
// actions
bool checkUpgrade(JsonObject root, std::string & latest_version);
bool exportData(JsonObject root, std::string & type);
bool customSupport(JsonObject root);
bool getCustomSupport(JsonObject root);
bool uploadURL(const char * url);
void allvalues(JsonObject output);