]> git.earman.xyz Git - sensor-watch.git/commitdiff
pulsometer: reset tick in resign function
authorJoey Castillo <jose.castillo@gmail.com>
Mon, 18 Oct 2021 15:15:45 +0000 (11:15 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Mon, 18 Oct 2021 15:15:58 +0000 (11:15 -0400)
movement/watch_faces/complications/pulsometer_face.c

index dffdcd35958e1f487fd8dd7cf1fd4857c0025aa9..396ac0dd636bab05636b09c5556aebd7554b0741 100644 (file)
@@ -84,4 +84,5 @@ bool pulsometer_face_loop(movement_event_t event, movement_settings_t *settings,
 void pulsometer_face_resign(movement_settings_t *settings, void *context) {
     (void) settings;
     (void) context;
+    movement_request_tick_frequency(1);
 }