movement: reset tick to 1 Hz between watch faces (fixes #36)

This commit is contained in:
Joey Castillo
2022-01-19 11:16:10 -05:00
parent fb71be55ee
commit 138b3d0c5e
12 changed files with 8 additions and 17 deletions

View File

@@ -189,6 +189,5 @@ void preferences_face_resign(movement_settings_t *settings, void *context) {
(void) settings;
(void) context;
watch_set_led_off();
movement_request_tick_frequency(1);
watch_store_backup_data(settings->reg, 0);
}

View File

@@ -147,6 +147,5 @@ void set_time_face_resign(movement_settings_t *settings, void *context) {
(void) settings;
(void) context;
watch_set_led_off();
movement_request_tick_frequency(1);
watch_store_backup_data(settings->reg, 0);
}