upgrade message warnings

This commit is contained in:
proddy
2026-04-14 09:31:50 +02:00
parent 99c5e2230c
commit 1111458863
15 changed files with 132 additions and 85 deletions

View File

@@ -36,7 +36,7 @@ class WebStatusService {
bool uploadURL(const char * url);
bool setSystemStatus(const char * status);
void allvalues(JsonObject output);
bool upgradeImportantMessages(const char * version);
bool upgradeImportantMessages(JsonObject root, std::string & version);
std::string current_version_s = EMSESP_APP_VERSION;
};