diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-11-19 15:31:56 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-11-19 15:31:56 +0100 |
commit | f77ddc83b8b1ac5b9516496d0f9ead7865026ce5 (patch) | |
tree | d832e955a4aaa278efc5ea4e19b7b3e521efac37 | |
parent | 30c8da7f553146e22be456f0852351dff7269e1f (diff) | |
download | Sensor-Watch-f77ddc83b8b1ac5b9516496d0f9ead7865026ce5.tar.gz Sensor-Watch-f77ddc83b8b1ac5b9516496d0f9ead7865026ce5.tar.bz2 Sensor-Watch-f77ddc83b8b1ac5b9516496d0f9ead7865026ce5.zip |
Resign when the entering LE
-rw-r--r-- | movement/watch_faces/complication/couch_to_5k_face.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |