remove shrinktofit to improve frag mem

This commit is contained in:
proddy
2020-11-26 23:07:26 +01:00
parent 6c55a0a4da
commit 3f275121cf

View File

@@ -403,7 +403,6 @@ void EMSESPShell::add_console_commands() {
} }
if (ok && json.size()) { if (ok && json.size()) {
doc.shrinkToFit();
serializeJsonPretty(doc, shell); serializeJsonPretty(doc, shell);
shell.println(); shell.println();
} }