]> git.earman.xyz Git - sensor-watch.git/commitdiff
Resign when the entering LE
authorEkaitz Zarraga <ekaitz@elenq.tech>
Sun, 19 Nov 2023 14:31:56 +0000 (15:31 +0100)
committerEkaitz Zarraga <ekaitz@elenq.tech>
Sun, 19 Nov 2023 14:31:56 +0000 (15:31 +0100)
movement/watch_faces/complication/couch_to_5k_face.c

index 32c2b32bb920450a9f01d4eeb8dd58e872f7d99b..8aa3fe6628322c473edb7f70b8049b3a57aa8324 100644 (file)
@@ -222,7 +222,7 @@ bool couch_to_5k_face_loop(movement_event_t event, movement_settings_t *settings
         case EVENT_TIMEOUT:
             // Your watch face will receive this event after a period of
             // inactivity. If it makes sense to resign,
-            // movement_move_to_face(0);
+            movement_move_to_face(0);
             break;
         case EVENT_LOW_ENERGY_UPDATE:
             // If you did not resign in EVENT_TIMEOUT, you can use this event