TM: correctly mark repeated anomalies

This commit is contained in:
Yuri D'Elia 2022-12-17 16:33:42 +01:00
parent 6e2f016655
commit 365f845c99
1 changed files with 1 additions and 0 deletions

View File

@ -2440,6 +2440,7 @@ void handle_warning()
lcd_setalertstatuspgm(_T(MSG_THERMAL_ANOMALY), LCD_STATUS_INFO); lcd_setalertstatuspgm(_T(MSG_THERMAL_ANOMALY), LCD_STATUS_INFO);
WRITE(BEEPER, HIGH); WRITE(BEEPER, HIGH);
} }
first = false;
} else { } else {
if(warn_beep) TOGGLE(BEEPER); if(warn_beep) TOGGLE(BEEPER);
} }