show MAC for ETH always

This commit is contained in:
Proddy
2023-01-27 18:00:52 +01:00
parent 9d67a56f29
commit 64cb509d3b

View File

@@ -949,8 +949,8 @@ void System::show_system(uuid::console::Shell & shell) {
case WL_NO_SHIELD: case WL_NO_SHIELD:
default: default:
shell.printfln(" WiFi MAC address: %s", WiFi.macAddress().c_str()); shell.printfln(" MAC address: %s", WiFi.macAddress().c_str()); // this is the same as ETH.macAddress()
shell.printfln(" WiFi Network: Unknown"); shell.printfln(" WiFi Network: not connected");
break; break;
} }