30-10-2018, 20:27
More and more I think the problem resides on the SyncProvider function, which runs every 3600s (1 hour) which seems when your system time gets wrong.
I don't know why this issue isn't happening to me, anyway later when I will get home I will try again.
In the meanwhile, after your tests, try find this line of code:
and disable it. If the problem disappear, we will start to know where the culprit is.
I don't know why this issue isn't happening to me, anyway later when I will get home I will try again.
In the meanwhile, after your tests, try find this line of code:
Code:
setSyncProvider(syncProvider_RTC);and disable it. If the problem disappear, we will start to know where the culprit is.

