diff --git a/openrtx/src/core/voicePromptUtils.c b/openrtx/src/core/voicePromptUtils.c index e37e22c3..6bd61d14 100644 --- a/openrtx/src/core/voicePromptUtils.c +++ b/openrtx/src/core/voicePromptUtils.c @@ -185,13 +185,10 @@ void announceChannelSummary(channel_t* channel, uint16_t channelIndex, uint16_t vpInit(); - // mask off init and play because this function will handle init and play. VoicePromptQueueFlags_T localFlags= vpqAddSeparatingSilence; // Force on the descriptions for level 3. if (state.settings.vpLevel == vpHigh) localFlags |= vpqIncludeDescriptions; - // ensure we add silence between various fields. - localFlags |= vpqAddSeparatingSilence; // if VFO mode, announce VFO. // channelIndex will be 0 if called from VFO mode. if (channelIndex == 0)