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
I had the same issue, solved it by making a few changes to ESPNTPClient.cpp (as in release 0.2.7):
1 - Replace WiFi.isConnected() by ETH.localIP(), lines 190, 533 and 544.
2 - Replace WiFi.localIP() by ETH.localIP(), line 193.
The lib is fairly good, but does not work for wired connection. Checked with a OLIMEX POE ESP32 controller.
The UDP reponse is not received at all.
Applying WIFI on the same board and all is fine.
The text was updated successfully, but these errors were encountered: