From 9080af803769ee89dd8e9c819b64ef6dd1c8821d Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:34:47 +1000 Subject: [PATCH] Max - increased buzzer length --- examples/companion_radio/ui-new/UITask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion_radio/ui-new/UITask.cpp b/examples/companion_radio/ui-new/UITask.cpp index 043a5ed3..51e0e942 100644 --- a/examples/companion_radio/ui-new/UITask.cpp +++ b/examples/companion_radio/ui-new/UITask.cpp @@ -1658,7 +1658,7 @@ void UITask::newMsg(uint8_t path_len, const char* from_name, const char* text, i delay(10); // let the motor rail settle before I2C s_hapticReady = s_haptic.begin(); } - if (s_hapticReady) s_haptic.buzz(1); + if (s_hapticReady) s_haptic.buzz(14); // 14 = Strong Buzz ~1s (effect 1 strong click was too brief) s_lastMsgSuppressed = true; // suppress the default RTTTL buzzer } else #endif