Resign when the entering LE

This commit is contained in:
Ekaitz Zarraga 2023-11-19 15:31:56 +01:00
parent 30c8da7f55
commit f77ddc83b8

View 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