mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09: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;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// now read into the given json
|
||||
DeserializationError error = deserializeJson(doc, buffer);
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user