remove set command (with no args)

This commit is contained in:
proddy
2023-11-11 09:41:50 +01:00
parent a45f1badba
commit 765e6bcd69
3 changed files with 2 additions and 10 deletions

View File

@@ -895,6 +895,8 @@ void System::show_system(uuid::console::Shell & shell) {
refreshHeapMem(); // refresh free heap and max alloc heap
shell.println("System:");
shell.printfln(" Version: %s", EMSESP_APP_VERSION);
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());
#ifndef EMSESP_STANDALONE