From f77ddc83b8b1ac5b9516496d0f9ead7865026ce5 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 19 Nov 2023 15:31:56 +0100 Subject: [PATCH] Resign when the entering LE --- movement/watch_faces/complication/couch_to_5k_face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement/watch_faces/complication/couch_to_5k_face.c b/movement/watch_faces/complication/couch_to_5k_face.c index 32c2b32b..8aa3fe66 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