ezTime: error connecting to pool.ntp.org
hi, trying to get this to work but everthing i have tried leaves me with this.
ezTime debug level set to INFO
Waiting for WiFi ... Querying pool.ntp.org ... ERROR: No network
connected
Waiting for time sync
Querying pool.ntp.org ... ERROR: Timeout
Querying pool.ntp.org ... ERROR: Timeout
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 22 (5 by maintainers)
Hi!
This solved my problem too. ezTime needs primary and secondary DNS the works fine in case when useing WiFi.Config() function. In my sketch it looks:
WiFi.config(IPAddress(192, 168, 1, 130), IPAddress(192, 168, 1, 1), IPAddress(255, 255, 255, 0), IPAddress(8, 8, 8, 8), IPAddress(8, 8, 4, 4));And after this for me started working the NTC library (NTPClient.h) as well.
G.