using cb_fast_tick again

This commit is contained in:
David Volovskiy
2024-07-29 20:48:17 -04:00
parent 9727dac3c3
commit 36117ca207
2 changed files with 95 additions and 40 deletions

View File

@@ -267,10 +267,15 @@ 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?)