Merge pull request #3268 from gudnimg/lcd_button_update_gudni

Remove one call to `lcd_timeoutToStatus.start`
This commit is contained in:
3d-gussner 2022-02-09 07:37:36 +01:00 committed by GitHub
commit e6703125ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -741,7 +741,6 @@ void lcd_buttons_update(void)
if (READ(BTN_ENC) == 0)
{ //button is pressed
lcd_timeoutToStatus.start();
if (!buttonBlanking.running() || buttonBlanking.expired(BUTTON_BLANKING_TIME)) {
buttonBlanking.start();
safetyTimer.start();