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

This commit is contained in:
Richard Wackerbarth
2015-09-28 11:07:33 -05:00
parent 0ad25c6665
commit 03f0edb57e
+1
View File
@@ -1696,6 +1696,7 @@ void lcd_update() {
} while( u8g.nextPage() );
}
#else
if (lcdDrawUpdate)
(*currentMenu)();
#endif