Add startup chime, endstop beep and extremely annoying thermal runaway warning sound, since the touchscreen can not display an error message.

This commit is contained in:
Knutwurst
2020-06-15 11:01:40 +02:00
parent 0b2a577fe8
commit e7731a4b72
4 changed files with 11 additions and 23 deletions

View File

@@ -2071,22 +2071,11 @@ void Temperature::init() {
case TRRunaway:
_temp_error(heater_id, str_t_thermal_runaway, GET_TEXT(MSG_THERMAL_RUNAWAY));
BUZZ(2000, 1108);
BUZZ(2000, 1661);
BUZZ(2000, 1108);
BUZZ(2000, 1661);
BUZZ(2000, 1108);
BUZZ(2000, 1661);
BUZZ(2000, 1108);
BUZZ(2000, 1661);
BUZZ(2000, 1108);
BUZZ(2000, 1661);
BUZZ(2000, 1108);
BUZZ(2000, 1661);
BUZZ(2000, 1108);
BUZZ(2000, 1661);
BUZZ(2000, 1108);
BUZZ(2000, 1661);
for(uint8_t i = 0; i < 30; i++)
{
BUZZ(2000, 1108);
BUZZ(2000, 1661);
}
}
}