Fix high LCD status screen update frequency (PR#2655)
This commit is contained in:
parent
0ad25c6665
commit
03f0edb57e
|
@ -1696,7 +1696,8 @@ void lcd_update() {
|
|||
} while( u8g.nextPage() );
|
||||
}
|
||||
#else
|
||||
(*currentMenu)();
|
||||
if (lcdDrawUpdate)
|
||||
(*currentMenu)();
|
||||
#endif
|
||||
|
||||
#if ENABLED(LCD_HAS_STATUS_INDICATORS)
|
||||
|
|
Loading…
Reference in a new issue