Add Advert sound and settings

This commit is contained in:
vanous
2026-06-04 09:28:41 +02:00
parent 49536cb3a5
commit 0630e127d4
7 changed files with 46 additions and 14 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ switch(t){
buzzer.play("ack:d=32,o=8,b=120:c");
break;
case UIEventType::roomMessage:
case UIEventType::newContactMessage:
case UIEventType::advertReceived:
case UIEventType::none:
default:
break;
@@ -443,4 +443,4 @@ void UITask::handleButtonLongPress() {
} else {
shutdown();
}
}
}