mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
feedback
This commit is contained in:
parent
42ef297241
commit
7c011324f2
1 changed files with 2 additions and 3 deletions
|
|
@ -374,11 +374,10 @@ void UITask::handleButtonTriplePress() {
|
|||
if (buzzer.isQuiet()) {
|
||||
buzzer.quiet(false);
|
||||
soundBuzzer(UIEventType::ack);
|
||||
sprintf(_alert, "Quiet mode: OFF");
|
||||
sprintf(_alert, "Buzzer: ON");
|
||||
} else {
|
||||
soundBuzzer(UIEventType::ack);
|
||||
buzzer.quiet(true);
|
||||
sprintf(_alert, "Quiet mode: ON");
|
||||
sprintf(_alert, "Buzzer: OFF");
|
||||
}
|
||||
_need_refresh = true;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue