mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
some minor formatting
This commit is contained in:
@@ -753,7 +753,7 @@ bool System::check_upgrade() {
|
||||
bool failed = false;
|
||||
File file;
|
||||
JsonObject network, general, mqtt, custom_settings;
|
||||
StaticJsonDocument<1024> doc;
|
||||
StaticJsonDocument<EMSESP_MAX_JSON_SIZE_LARGE> doc;
|
||||
|
||||
// open the system settings:
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user