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
This commit is contained in:
Troy
2024-08-06 10:44:44 -04:00
committed by GitHub
parent 42919f9daf
commit 5778b596be

View File

@@ -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,