diff --git a/src/system.cpp b/src/system.cpp index 4af85087d..c38625f7c 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -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; } diff --git a/src/web/WebSettingsService.cpp b/src/web/WebSettingsService.cpp index 1d9e33e5b..18f073369 100644 --- a/src/web/WebSettingsService.cpp +++ b/src/web/WebSettingsService.cpp @@ -105,6 +105,7 @@ StateUpdateResult WebSettings::update(JsonObject & root, WebSettings & settings) // BBQKees Gateway E32 data = {EMSESP_DEFAULT_LED_GPIO, 4, 5, 17, 33, PHY_type::PHY_TYPE_LAN8720, 16, 1, 0}; settings.board_profile = "E32"; + // TODO show MAC address in log } else #endif {