Skip to content

Commit c75fce1

Browse files
Techman749softhack007
authored andcommitted
Fix KIT-VE PHY address from 0 to 1 (#5618)
1 parent 8300f4d commit c75fce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wled00/network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const ethernet_settings ethernetBoards[] = {
8787

8888
// ESP32-ETHERNET-KIT-VE
8989
{
90-
0, // eth_address,
90+
1, // eth_address,
9191
5, // eth_power,
9292
23, // eth_mdc,
9393
18, // eth_mdio,

0 commit comments

Comments
 (0)