mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
запуск little fs на esp32
This commit is contained in:
@@ -23,7 +23,7 @@ bool jsonRead(String& json, String key, unsigned long& value, bool e) {
|
||||
ret = false;
|
||||
} else if (!doc.containsKey(key)) {
|
||||
if (e) {
|
||||
SerialPrint("EE", F("jsonRead"), key + " missing");
|
||||
SerialPrint("EE", F("jsonRead"), "json key '" + key + "' missing");
|
||||
jsonErrorDetected();
|
||||
}
|
||||
ret = false;
|
||||
|
||||
Reference in New Issue
Block a user