lint fixing

This commit is contained in:
proddy
2024-06-12 20:57:50 +02:00
parent 07dbe7d260
commit 53837e36b4
13 changed files with 91 additions and 54 deletions

View File

@@ -964,6 +964,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(" 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());