mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
always show wifi when in system context
This commit is contained in:
@@ -381,7 +381,6 @@ void System::show_system(uuid::console::Shell & shell) {
|
|||||||
shell.printfln(F("Free mem: %d %%"), free_mem());
|
shell.printfln(F("Free mem: %d %%"), free_mem());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (shell.has_flags(CommandFlags::ADMIN)) {
|
|
||||||
shell.println();
|
shell.println();
|
||||||
|
|
||||||
#ifndef EMSESP_STANDALONE
|
#ifndef EMSESP_STANDALONE
|
||||||
@@ -438,7 +437,6 @@ void System::show_system(uuid::console::Shell & shell) {
|
|||||||
shell.printfln(F("WiFi: unknown"));
|
shell.printfln(F("WiFi: unknown"));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user