mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
Merge pull request #1981 from proddy/dev
"show system" command shows NVS device details, so can be checked aft…
This commit is contained in:
@@ -993,6 +993,7 @@ void System::show_system(uuid::console::Shell & shell) {
|
|||||||
shell.println("System:");
|
shell.println("System:");
|
||||||
shell.printfln(" Version: %s", EMSESP_APP_VERSION);
|
shell.printfln(" Version: %s", EMSESP_APP_VERSION);
|
||||||
shell.printfln(" Platform: %s", EMSESP_PLATFORM);
|
shell.printfln(" Platform: %s", EMSESP_PLATFORM);
|
||||||
|
shell.printfln(" NVS device information: %s", getBBQKeesGatewayDetails().c_str());
|
||||||
shell.printfln(" Language: %s", locale().c_str());
|
shell.printfln(" Language: %s", locale().c_str());
|
||||||
shell.printfln(" Board profile: %s", board_profile().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());
|
shell.printfln(" Uptime: %s", uuid::log::format_timestamp_ms(uuid::get_uptime_ms(), 3).c_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user