diff --git a/openrtx/src/core/voicePromptUtils.c b/openrtx/src/core/voicePromptUtils.c index 8491cfea..32b29e98 100644 --- a/openrtx/src/core/voicePromptUtils.c +++ b/openrtx/src/core/voicePromptUtils.c @@ -528,8 +528,8 @@ void vp_announceGPSInfo() { case 0: vp_queueStringTableEntry(¤tLanguage->noFix); - break; - + vp_play(); + return; case 1: vp_queueString("SPS", vpAnnounceCommonSymbols); break;