remove showing MAC

This commit is contained in:
Proddy
2023-01-27 17:57:20 +01:00
parent ee1515d787
commit b5ee7100f4

View File

@@ -105,8 +105,6 @@ StateUpdateResult WebSettings::update(JsonObject & root, WebSettings & settings)
// BBQKees Gateway E32 // BBQKees Gateway E32
data = {EMSESP_DEFAULT_LED_GPIO, 4, 5, 17, 33, PHY_type::PHY_TYPE_LAN8720, 16, 1, 0}; data = {EMSESP_DEFAULT_LED_GPIO, 4, 5, 17, 33, PHY_type::PHY_TYPE_LAN8720, 16, 1, 0};
settings.board_profile = "E32"; settings.board_profile = "E32";
// show MAC address in log
EMSESP::logger().info(" Ethernet MAC address: %s", ETH.macAddress().c_str()); // TODO check if works
} else } else
#endif #endif
{ {