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 18c389543b
commit 2ad916a2c3
1 changed files with 1 additions and 0 deletions

View File

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