movement: store settings in BKUP to persist across resets
This commit is contained in:
@@ -165,4 +165,5 @@ void preferences_face_resign(movement_settings_t *settings, void *context) {
|
||||
(void) context;
|
||||
watch_set_led_off();
|
||||
movement_request_tick_frequency(1);
|
||||
watch_store_backup_data(settings->reg, 0);
|
||||
}
|
||||
|
||||
@@ -123,4 +123,5 @@ void set_time_face_resign(movement_settings_t *settings, void *context) {
|
||||
(void) context;
|
||||
watch_set_led_off();
|
||||
movement_request_tick_frequency(1);
|
||||
watch_store_backup_data(settings->reg, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user