🧑💻 Add standard BUZZ types
This commit is contained in:
committed by
Scott Lahteine
parent
f82b133595
commit
c49f26a7ae
@@ -276,11 +276,7 @@ void scroll_screen(const uint8_t limit, const bool is_menu) {
|
||||
#if HAS_BUZZER
|
||||
void MarlinUI::completion_feedback(const bool good/*=true*/) {
|
||||
TERN_(HAS_TOUCH_SLEEP, wakeup_screen()); // Wake up on rotary encoder click...
|
||||
if (good) {
|
||||
BUZZ(100, 659);
|
||||
BUZZ(100, 698);
|
||||
}
|
||||
else BUZZ(20, 440);
|
||||
if (good) OKAY_BUZZ(); else ERR_BUZZ();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user