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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user