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
For some reason it would appear that the getLastSynch() always returns 0, even when I have waited a couple of minuts. I test this with a simple while(NTP.getLastSynch()==0){} but it never jumps out of it. I even make sure that the wifi is connected, and I use the dk ntp pool with your pre defined TZ for copenhagen:
while ( WiFi.status() != WL_CONNECTED ) {}
NTP.setTimeZone(TZ_Europe_Copenhagen);
NTP.setInterval(500);
NTP.begin("dk.pool.ntp.org");
The text was updated successfully, but these errors were encountered:
Hej
For some reason it would appear that the getLastSynch() always returns 0, even when I have waited a couple of minuts. I test this with a simple while(NTP.getLastSynch()==0){} but it never jumps out of it. I even make sure that the wifi is connected, and I use the dk ntp pool with your pre defined TZ for copenhagen:
The text was updated successfully, but these errors were encountered: