Merge pull request #1981 from proddy/dev

"show system" command shows NVS device details, so can be checked aft…
This commit is contained in:
Proddy
2024-09-06 00:45:19 +02:00
committed by GitHub

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());