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
Hello!
I am new and don't know much about C++
Watchy is running too fast, about 14 seconds a day.
Is there a way to reset once a day actual time to actual time minus 14 seconds?
The text was updated successfully, but these errors were encountered:
Once a day (at 00:30) it reads the system time, waits for 15 seconds (delay (15000)) and writes the system time (from 15 seconds ago) to RTC.
If your Watchy runs eg 20 seconds to fast within 24 hours, just replace the 15000 in delay by 20000 and so on.
If it runs too slow you don't need the delay, just add some seconds (eg 5) in the line
tm.Second = sekunde + 5;
With this I don't need WIFI any longer to synchronise the system time, because now it runs (nearly) perfect.
Hello!
I am new and don't know much about C++
Watchy is running too fast, about 14 seconds a day.
Is there a way to reset once a day actual time to actual time minus 14 seconds?
The text was updated successfully, but these errors were encountered: