Fix chirp with TOUCH_BUTTONS
This commit is contained in:
parent
544f7202a3
commit
53cb2963dc
@ -772,7 +772,7 @@ void MarlinUI::update() {
|
|||||||
if (!wait_for_unclick) {
|
if (!wait_for_unclick) {
|
||||||
next_button_update_ms += 250; // Longer delay on first press
|
next_button_update_ms += 250; // Longer delay on first press
|
||||||
wait_for_unclick = true; // Avoid Back/Select click while repeating
|
wait_for_unclick = true; // Avoid Back/Select click while repeating
|
||||||
TERN_(HAS_BUZZER, buzz(LCD_FEEDBACK_FREQUENCY_DURATION_MS, LCD_FEEDBACK_FREQUENCY_HZ));
|
chirp();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user