always show wifi when in system context

This commit is contained in:
proddy
2020-07-07 18:21:37 +02:00
parent cdfb04f77c
commit deaea93b30

View File

@@ -381,7 +381,6 @@ void System::show_system(uuid::console::Shell & shell) {
shell.printfln(F("Free mem: %d %%"), free_mem());
#endif
if (shell.has_flags(CommandFlags::ADMIN)) {
shell.println();
#ifndef EMSESP_STANDALONE
@@ -438,7 +437,6 @@ void System::show_system(uuid::console::Shell & shell) {
shell.printfln(F("WiFi: unknown"));
break;
}
}
#endif
}