Fix MMU unload issue after a fan check issue has been solved

This commit is contained in:
3d-gussner 2024-09-17 15:06:59 +02:00
parent 91af967f5c
commit 0bbe7f6714
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ void checkFanSpeed()
lcd_reset_alert_level(); //for another fan speed error
lcd_setstatuspgm(MSG_WELCOME); // Reset the status line message to visually show the error is gone
}
if (fans_check_enabled && (fan_check_error == EFCE_OK))
if (fans_check_enabled && (fan_check_error != EFCE_REPORTED))
{
for (uint8_t fan = 0; fan < 2; fan++)
{