Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lib does not work with wired connection #54

Open
Gerry33 opened this issue Apr 23, 2024 · 1 comment
Open

Lib does not work with wired connection #54

Gerry33 opened this issue Apr 23, 2024 · 1 comment

Comments

@Gerry33
Copy link

Gerry33 commented Apr 23, 2024

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.

@mountainman13
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants