mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
Adjust probability watch face timeout/LE behavior (#72)
Display SLEEP instead of timing out
This commit is contained in:
parent
1f6f11eb60
commit
6ed757af2b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue