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 // Dice rolling animation begins on next tick and new roll will be displayed on completion
movement_request_tick_frequency(PROBABILITY_ANIMATION_TICK_FREQUENCY); movement_request_tick_frequency(PROBABILITY_ANIMATION_TICK_FREQUENCY);
break; break;
case EVENT_TIMEOUT: case EVENT_LOW_ENERGY_UPDATE:
movement_move_to_face(0); watch_display_string("SLEEP ", 4);
break; break;
default: default:
break; break;