Added debouncing

This commit is contained in:
David Volovskiy
2024-07-29 07:39:51 -04:00
parent 226cda748c
commit 4375ca37e0
2 changed files with 45 additions and 16 deletions

View File

@@ -267,6 +267,7 @@ 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;