ignore indicators for short beep alarms
This commit is contained in:
parent
4c8d04030c
commit
4453a9f3da
@ -169,7 +169,7 @@ static void _alarm_update_alarm_enabled(alarm_state_t *state) {
|
||||
uint16_t now_minutes_of_day;
|
||||
uint16_t alarm_minutes_of_day;
|
||||
for (uint8_t i = 0; i < ALARM_ALARMS; i++) {
|
||||
if (state->alarm[i].enabled) {
|
||||
if (state->alarm[i].enabled && state->alarm[i].beeps != 0) {
|
||||
// figure out if alarm is to go off in the next 24 h
|
||||
if (state->alarm[i].day == ALARM_DAY_EACH_DAY || state->alarm[i].day == ALARM_DAY_ONE_TIME) {
|
||||
active_alarms = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user