"show system" command shows NVS device details, so can be checked after flashing without going to the web

This commit is contained in:
proddy
2024-09-06 00:44:18 +02:00
parent 581e027307
commit 69b62e2be9

View File

@@ -993,6 +993,7 @@ void System::show_system(uuid::console::Shell & shell) {
shell.println("System:");
shell.printfln(" Version: %s", EMSESP_APP_VERSION);
shell.printfln(" Platform: %s", EMSESP_PLATFORM);
shell.printfln(" NVS device information: %s", getBBQKeesGatewayDetails().c_str());
shell.printfln(" Language: %s", locale().c_str());
shell.printfln(" Board profile: %s", board_profile().c_str());
shell.printfln(" Uptime: %s", uuid::log::format_timestamp_ms(uuid::get_uptime_ms(), 3).c_str());