Skip to content

Commit

Permalink
ESP32-ETHERNET-KIT-VE Fix
Browse files Browse the repository at this point in the history
Changed eth_address from 0 to 1 based on testing with devkit as it wasn't working by default with 0
  • Loading branch information
troyhacks authored Aug 6, 2024
1 parent 42919f9 commit 5778b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5778b59

Please sign in to comment.