move away from backup registers

This commit is contained in:
joeycastillo 2024-09-22 21:52:25 -04:00
parent 8009ad0537
commit 608d6e2e9d

View File

@ -403,7 +403,7 @@ void app_init(void) {
}
void app_wake_from_backup(void) {
movement_state.settings.reg = watch_get_backup_data(0);
/// TODO: #SecondMovement needs to restore settings from file system.
}
void app_setup(void) {