show MAC address if SSID is empty or ethernet present but not connected

This commit is contained in:
Proddy
2023-01-25 21:10:06 +01:00
parent 0dcc953100
commit 58e95610e8
2 changed files with 2 additions and 0 deletions

View File

@@ -949,6 +949,7 @@ void System::show_system(uuid::console::Shell & shell) {
case WL_NO_SHIELD:
default:
shell.printfln(" MAC address: %s", WiFi.macAddress().c_str());
shell.printfln(" WiFi Network: Unknown");
break;
}