show pretty json after 'info' call

This commit is contained in:
proddy
2020-10-03 16:30:30 +02:00
parent 96df3acabd
commit 551e85c720

View File

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