mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
устранение багов
This commit is contained in:
@@ -278,7 +278,7 @@ void publishWidgets() {
|
||||
DeserializationError error = deserializeJson(doc, file);
|
||||
if (error) {
|
||||
SerialPrint("E", F("MQTT"), error.f_str());
|
||||
handleError("jse3", 1);
|
||||
jsonWriteInt(errorsHeapJson, F("jse3"), 1); //Ошибка чтения json файла с виджетами при отправки в mqtt
|
||||
}
|
||||
JsonArray arr = doc.as<JsonArray>();
|
||||
for (JsonVariant value : arr) {
|
||||
|
||||
Reference in New Issue
Block a user