From 5778b596beb8142896cd8a008ae98adb71c6c73d Mon Sep 17 00:00:00 2001 From: Troy <5659019+troyhacks@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:44:44 -0400 Subject: [PATCH] ESP32-ETHERNET-KIT-VE Fix Changed eth_address from 0 to 1 based on testing with devkit as it wasn't working by default with 0 --- wled00/network.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/network.cpp b/wled00/network.cpp index 1e414d81..7e0048d8 100644 --- a/wled00/network.cpp +++ b/wled00/network.cpp @@ -89,7 +89,7 @@ const ethernet_settings ethernetBoards[] = { // ESP32-ETHERNET-KIT-VE { - 0, // eth_address, + 1, // eth_address, WLED-MM: Changed from 0 to 1 based on not working with 0 on same devkit. 5, // eth_power, 23, // eth_mdc, 18, // eth_mdio,