mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
tidy up code
This commit is contained in:
@@ -1660,7 +1660,6 @@ size_t MyESP::_fs_validateConfigFile(const char * filename, size_t maxsize, Json
|
|||||||
delete[] buffer;
|
delete[] buffer;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// now read into the given json
|
// now read into the given json
|
||||||
DeserializationError error = deserializeJson(doc, buffer);
|
DeserializationError error = deserializeJson(doc, buffer);
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user