mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
show MAC address if SSID is empty or ethernet present but not connected
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user