optimize memory, upd AnalogADC

This commit is contained in:
Mit4el
2025-02-14 17:32:01 +03:00
parent 05ea75aa0a
commit e3d3bca68e
8 changed files with 27 additions and 22 deletions

View File

@@ -23,6 +23,7 @@ void configure(String path) {
jsonArrayElement = "";
}
if (jsonArrayElement != "") {
IoTItem* myIoTItem;
String subtype;
if (!jsonRead(jsonArrayElement, F("subtype"), subtype)) { //если нет такого ключа в представленном json или он не валидный
SerialPrint(F("E"), F("Config"), "json error " + subtype);