RCS101 / IV3_Clock_CPython_Firmware

Driver firmware for IV3 Clock
11 stars 1 forks source link

Variable FIXED_TIME_ON_tm_mday is not initialized on first check for time drift #2

Open avnc opened 4 hours ago

avnc commented 4 hours ago

Variable FIXED_TIME_ON_tm_mday is not initialized on first check for time drift. This causes an exception and keeps the clock from running past 12:01:30am.

avnc commented 3 hours ago

Testing a fix for this now, simple (init variable when starting) but want to make sure works. If it does will submit PR.