InfiniTime/src/components/datetime
Jean-François Milants f3b5da0049 Fix the display of the date after a reset : when the date/time was restored from the noinit area, the date was displayed as "--" instead of the actual date.
This issue was caused by DateTime::SetCurrentTime() that would not update the internal state of the class : dayOfWeek, Month, Year were not properly updated according to the current time.
2021-09-19 17:42:50 +02:00
..
DateTimeController.cpp Fix the display of the date after a reset : when the date/time was restored from the noinit area, the date was displayed as "--" instead of the actual date. 2021-09-19 17:42:50 +02:00
DateTimeController.h Move Backup to the system task. 2021-08-19 00:51:12 +00:00