Fix MMU unload issue after a fan check issue has been solved
This commit is contained in:
parent
91af967f5c
commit
0bbe7f6714
|
|
@ -149,7 +149,7 @@ void checkFanSpeed()
|
||||||
lcd_reset_alert_level(); //for another fan speed error
|
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
|
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++)
|
for (uint8_t fan = 0; fan < 2; fan++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue