Fix manual fan check menu

lcd_encoder was not being updated
we need to call manage_inactivity

Tested on MK3S+

Change in memory:
Flash: +6 bytes
SRAM: 0 bytes
This commit is contained in:
Guðni Már Gilbert 2023-04-15 10:59:58 +00:00
parent 95acdba5fa
commit d6c81dab62
1 changed files with 1 additions and 0 deletions

View File

@ -6939,6 +6939,7 @@ static bool lcd_selftest_manual_fan_check(int _fan, bool check_opposite,
manage_heater();
manage_inactivity(true);
_delay(100);
} while (!lcd_clicked());