The device is always looking for the date, but it connects to NTP it just doesn't find the date, how do I solve this?
ConfigGway.h:
define NTP_TIMESERVER "b.ntp.br" // Country and region specific
define NTP_TIMEZONES -3 // How far is our Timezone from UTC (excl daylight saving/summer time)
define SECS_IN_HOUR 3600
define _NTP_INTR 0 // Do NTP processing with interrupts or in loop();
Serial monitor:
10:35:18.698 -> resolveHost:: OK=b.ntp.br IP=200.189.40.8
10:35:20.197 -> setup:: ERROR Time not set (yet). Time=1061183956
10:35:22.530 -> setup:: ERROR Time not set (yet). Time=1061183956
10:35:24.829 -> setup:: ERROR Time not set (yet). Time=1061183956
10:35:27.160 -> setup:: ERROR Time not set (yet). Time=1061183956
10:35:29.461 -> setup:: ERROR Time not set (yet). Time=1061183956
10:35:31.757 -> setup:: ERROR Time not set (yet). Time=1061183956
10:35:34.090 -> setup:: ERROR Time not set (yet). Time=1061183956
10:35:36.390 -> setup:: ERROR Time not set (yet). Time=1061183956
10:35:38.690 -> setup:: ERROR Time not set (yet). Time=1061183956
10:35:41.022 -> setup:: ERROR Time not set (yet). Time=1061183956
Hello!
The device is always looking for the date, but it connects to NTP it just doesn't find the date, how do I solve this?
ConfigGway.h:
Serial monitor: