mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
optimize memory, upd AnalogADC
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user