movement: reset tick to 1 Hz between watch faces (fixes #36)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user