Mitch Feig
Mitch Feig
I split the get and unpack into two updates. Since update() is in the loop and certainly should run much more often than 100ms, this gets the packet, then waits...
My update interval is set to 10 minutes, and the error manifests as 10 minutes behind. The error is highly dependent on the connection. Some ESP32s I have running in...
I seem to have this under control now. Around line 126 of NTPClient.cpp, NTPClient::update(), there is a "return true" statement on an earlier release, and "return false" on the current...
The latest release is working fine for me, at least so far. I added an additional method to get milliseconds. The library referred to by afrixx looks great, but I...
Thanks. I think that Timezone is still required to automatically shift to DST, but that's easy enough to add.
> I just noticed this issue recently and found that the version I had did not have the following code near the beginning of forceUpdate(). It does appear in version...