]> git.earman.xyz Git - sensor-watch.git/commitdiff
removed higher frequency in first loop run.
authorKonrad Rieck <konrad@mlsec.org>
Sat, 2 Mar 2024 20:17:37 +0000 (21:17 +0100)
committerMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Sat, 7 Sep 2024 22:59:04 +0000 (19:59 -0300)
movement/watch_faces/complication/deadline_face.c

index 2eeb0f701a78f38b7ffecfa564f21c3a7a131777..c6b074d5d67d31437654bc9d4b57fc1bf1da3393 100644 (file)
@@ -413,8 +413,6 @@ static bool _running_loop(movement_event_t event, movement_settings_t *settings,
             return movement_default_loop_handler(event, settings);
     }
 
-    /* Slow down frequency after first loop for snappiness */
-    _change_tick_freq(1, state);
     return true;
 }
 
@@ -467,7 +465,7 @@ static void _setting_display(movement_event_t event, movement_settings_t *settin
 /* Init setting mode */
 static void _setting_init(movement_settings_t *settings, deadline_state_t *state)
 {
-    _change_tick_freq(4, state);
+    _change_tick_freq(1, state);
     state->current_page = 0;
 
     /* Init fresh deadline to next day */