json mem optimization

This commit is contained in:
proddy
2020-10-17 16:55:34 +02:00
parent 4d0589f316
commit b43535a180

View File

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