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