some minor formatting

This commit is contained in:
proddy
2020-11-23 13:13:29 +01:00
parent 5345c0b93f
commit 3e86a48e2b
4 changed files with 30 additions and 31 deletions

View File

@@ -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:
// {