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

@@ -76,7 +76,6 @@ bool beats_face_loop(movement_event_t event, movement_settings_t *settings, void
void beats_face_resign(movement_settings_t *settings, void *context) {
(void) settings;
(void) context;
movement_request_tick_frequency(1);
}
uint32_t clock2beats(uint32_t hours, uint32_t minutes, uint32_t seconds, uint32_t subseconds, int16_t utc_offset) {