mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
remove shrinktofit to improve frag mem
This commit is contained in:
@@ -403,7 +403,6 @@ void EMSESPShell::add_console_commands() {
|
||||
}
|
||||
|
||||
if (ok && json.size()) {
|
||||
doc.shrinkToFit();
|
||||
serializeJsonPretty(doc, shell);
|
||||
shell.println();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user