Fix high LCD status screen update frequency (PR#2655)

2.0.x
Richard Wackerbarth 9 years ago
parent 0ad25c6665
commit 03f0edb57e

@ -1696,6 +1696,7 @@ void lcd_update() {
} while( u8g.nextPage() );
}
#else
if (lcdDrawUpdate)
(*currentMenu)();
#endif

Loading…
Cancel
Save