status screen fix

This commit is contained in:
PavelSindler 2018-03-13 19:08:19 +01:00
parent 8ec3c0fd7e
commit a3ad74a6be

View File

@ -907,8 +907,6 @@ if (print_sd_status)
}
}
}
// If not, check for other special events
else
{
@ -1409,6 +1407,7 @@ static uint8_t lcd_implementation_read_slow_buttons()
// Reading these buttons this is likely to be too slow to call inside interrupt context
// so they are called during normal lcd_update
slow_buttons = lcd.readButtons() << B_I2C_BTN_OFFSET;
#if defined(LCD_I2C_VIKI)
if(slow_buttons & (B_MI|B_RI)) { //LCD clicked
if(blocking_enc > millis()) {