mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove showing MAC
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user