новый веб 4.1.2

This commit is contained in:
Dmitry Borisenko
2022-03-02 00:43:43 +01:00
parent c3529d1a10
commit 9d956113b5
6 changed files with 13 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ void globalVarsSync() {
String getParamsJson() {
String json;
serializeJson(*getLocalItemsAsJSON(), json);
serializeJson(*getLocalItemsAsJSON(), json); // Ilya, data: "1.00" (analog sensor, round set to 1, should be "1.0")
jsonWriteStr_(json, "params", "");
return json;
}