From 4ec3675091c1285825fe7f330174761e076c4025 Mon Sep 17 00:00:00 2001 From: JQ Date: Fri, 30 May 2025 22:58:30 -0700 Subject: [PATCH] update sound --- examples/companion_radio/UITask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion_radio/UITask.cpp b/examples/companion_radio/UITask.cpp index b2142a4d..5ff5f140 100644 --- a/examples/companion_radio/UITask.cpp +++ b/examples/companion_radio/UITask.cpp @@ -88,7 +88,7 @@ switch(bet){ buzzer.play("kerplop:d=16,o=6,b=120:32g#,32c#"); break; case UIEventType::ack: - buzzer.play("ack:d=32,o=7,b=120:c"); + buzzer.play("ack:d=32,o=8,b=120:c"); break; case UIEventType::roomMessage: case UIEventType::newContactMessage: