26-day-old buried patch to U.B.L.

This commit is contained in:
Scott Lahteine 2018-02-11 05:24:56 -06:00
parent 0acaaf536d
commit 7e17a2cfd0
3 changed files with 184 additions and 200 deletions

View file

@ -768,8 +768,7 @@ void kill_screen(const char* lcd_msg) {
void lcd_quick_feedback(const bool clear_buttons) {
lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW;
if (clear_buttons)
buttons = 0;
if (clear_buttons) buttons = 0;
next_button_update_ms = millis() + 500;
// Buzz and wait. The delay is needed for buttons to settle!