Revert "Leaving sleep with alarm button up doesn't trigger alarm button"

This reverts commit 7d5aaf60ca.
This commit is contained in:
David Volovskiy
2024-07-29 20:28:10 -04:00
parent 947e299494
commit 9727dac3c3
2 changed files with 37 additions and 84 deletions

View File

@@ -267,15 +267,10 @@ typedef struct {
bool needs_background_tasks_handled;
bool has_scheduled_background_task;
bool needs_wake;
bool debounce_occurring;
// low energy mode countdown
int32_t le_mode_ticks;
uint8_t debounce_ticks_light;
uint8_t debounce_ticks_alarm;
uint8_t debounce_ticks_mode;
bool debounce_btn_trig_light;
bool debounce_btn_trig_alarm;
bool debounce_btn_trig_mode;
bool ignore_alarm_btn_after_sleep;
// app resignation countdown (TODO: consolidate with LE countdown?)