Adjust probability watch face timeout/LE behavior (#72)

Display SLEEP instead of timing out
This commit is contained in:
Spencer Bywater 2022-05-22 16:42:37 -07:00 committed by GitHub
parent 1f6f11eb60
commit 6ed757af2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,8 +166,8 @@ bool probability_face_loop(movement_event_t event, movement_settings_t *settings
// Dice rolling animation begins on next tick and new roll will be displayed on completion
movement_request_tick_frequency(PROBABILITY_ANIMATION_TICK_FREQUENCY);
break;
case EVENT_TIMEOUT:
movement_move_to_face(0);
case EVENT_LOW_ENERGY_UPDATE:
watch_display_string("SLEEP ", 4);
break;
default:
break;