UDP services dos not work properly with LwIP_Ethernet and static IP
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
Description
I am using ESP12-E with ENC28J60 ethernet module for my tests
I tried to get the date-time with configTime and AsyncUDP (ESPNtpClinent library)
1. With DHCP everything is OK ( LwIP_Ethernet and WiFi )
2. When I am using static IP, even though I registered DNS, my sketch dos not work with LwIP_Ethernet but with WiFi everything is OK
It seems the UDP services dos not work properly with LwIP_Ethernet and static IP
test sketch: [001.txt](https://github.com/esp8266/Arduino/files/7735414/001.txt)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.