InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.76k stars 944 forks source link

Keep time even after reset, shutdown or reboot #158

Closed toitoinou closed 3 years ago

toitoinou commented 3 years ago

Internal flash could be use to store current time every minutes for example in order to retrieve an approximate time after reboot even if BLE connection is not active.

Ideally a RTC with calendar registers could be used... But I don't see this kind of thing available on the nrf52832.

Avamander commented 3 years ago

Duplicate of https://github.com/JF002/Pinetime/issues/87

ObiKeahloa commented 3 years ago

prithee closeth this issue f'r t is a duplicate @JF002

toitoinou commented 3 years ago

Sorry, from now I will try to search for issues before opening one...