Fix an issue in manual fan check where prior knob clicks are not consumed
This commit is contained in:
parent
39c8c4f560
commit
a7004cd067
|
|
@ -6883,6 +6883,7 @@ static bool lcd_selftest_manual_fan_check(const uint8_t _fan, const bool check_o
|
|||
lcd_encoder = _default;
|
||||
|
||||
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
||||
lcd_consume_click();
|
||||
|
||||
do
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue