diff --git a/openrtx/src/core/voicePrompts.c b/openrtx/src/core/voicePrompts.c index 22aa4f4b..9c1ee8b5 100644 --- a/openrtx/src/core/voicePrompts.c +++ b/openrtx/src/core/voicePrompts.c @@ -568,6 +568,11 @@ void vp_play() void vp_tick() { + if (platform_getPttStatus() && (voicePromptActive || (currentBeepDuration > 0))) + { + vp_stop(); + return; + } if (beep_tick()) return;