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

This commit is contained in:
David Volovskiy
2024-07-29 07:44:31 -04:00
parent 4375ca37e0
commit 7d5aaf60ca
2 changed files with 9 additions and 1 deletions

View File

@@ -271,6 +271,7 @@ typedef struct {
// low energy mode countdown
int32_t le_mode_ticks;
bool ignore_alarm_after_sleep;
// app resignation countdown (TODO: consolidate with LE countdown?)
int16_t timeout_ticks;