mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
show pretty json after 'info' call
This commit is contained in:
@@ -398,7 +398,7 @@ void EMSESPShell::add_console_commands() {
|
||||
}
|
||||
|
||||
if (ok && output.size()) {
|
||||
serializeJson(doc, shell);
|
||||
serializeJsonPretty(doc, shell);
|
||||
shell.println();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user