From: Ekaitz Zarraga Date: Sun, 19 Nov 2023 14:31:56 +0000 (+0100) Subject: Resign when the entering LE X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=f77ddc83b8b1ac5b9516496d0f9ead7865026ce5;p=sensor-watch.git Resign when the entering LE --- diff --git a/movement/watch_faces/complication/couch_to_5k_face.c b/movement/watch_faces/complication/couch_to_5k_face.c index 32c2b32..8aa3fe6 100644 --- a/movement/watch_faces/complication/couch_to_5k_face.c +++ b/movement/watch_faces/complication/couch_to_5k_face.c @@ -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