From 5885a9cc630540c82ac79e5ad8074c5fd4abad4d Mon Sep 17 00:00:00 2001 From: Aogu181 <83169487+Aogu181@users.noreply.github.com> Date: Tue, 2 Dec 2025 14:38:30 +0800 Subject: [PATCH] Add Gledopto Series With Ethernet --- wled00/network.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wled00/network.cpp b/wled00/network.cpp index 79209ff5..cb857b72 100644 --- a/wled00/network.cpp +++ b/wled00/network.cpp @@ -144,7 +144,15 @@ const ethernet_settings ethernetBoards[] = { 18, // eth_mdio, ETH_PHY_LAN8720, // eth_type, ETH_CLOCK_GPIO0_OUT // eth_clk_mode - } + }, + { + 1, // eth_address, + 5, // eth_power, + 23, // eth_mdc, + 33, // eth_mdio, + ETH_PHY_LAN8720, // eth_type, + ETH_CLOCK_GPIO0_IN // eth_clk_mode + }, }; bool initEthernet()