You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When configured to use ethernet, the device never get's an up address
To Reproduce
Flash to the latest 0.12.b4 release. Configure device over AP mode to use Ethernet (WT32-ETH0 in my case). Plug device into ethernet and boot the device. I can see the device on my network with an ip address of 255.255.255.255, however it never receives a valid ip address.
Expected behavior
When device is plugged into ethernet it should obtain an ip address and connect to the network.
WLED version
Board: WT32-ETH0
Version 0.12.b4
Format self-compiled
The text was updated successfully, but these errors were encountered:
Troubleshooting this a bit. If I use the Espressif 32 2.0 instead of 3.1.1, everything works fine. My example
platformio_override.ini looks like the below:
Thank you very much for reporting!
We have run into espressif/arduino-esp32#4778 here.
I will test [email protected] and if it has no side effects, that will be used instead of 3.1.1. Otherwise, a simple fix by replacing INADDR_NONE by IPAddress(0,0,0,0) in l. 156 of wled.cpp should work too.
Describe the bug
When configured to use ethernet, the device never get's an up address
To Reproduce
Flash to the latest 0.12.b4 release. Configure device over AP mode to use Ethernet (WT32-ETH0 in my case). Plug device into ethernet and boot the device. I can see the device on my network with an ip address of 255.255.255.255, however it never receives a valid ip address.
Expected behavior
When device is plugged into ethernet it should obtain an ip address and connect to the network.
WLED version
The text was updated successfully, but these errors were encountered: