From ec6519425cab9499069deea7f9f6730975a09434 Mon Sep 17 00:00:00 2001 From: vk7js <58905135+vk7js@users.noreply.github.com> Date: Wed, 28 Sep 2022 08:52:29 +1000 Subject: [PATCH] Added call to vp_announceCTCSS to macro moni+2 branch because increasesto code were not speaking, only decreases. --- openrtx/src/ui/ui.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index 94e4dac8..9a889d13 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -877,6 +877,11 @@ static void _ui_fsm_menuMacro(kbd_msg_t msg, bool *sync_rtx) state.channel.fm.txTone %= MAX_TONE_INDEX; state.channel.fm.rxTone = state.channel.fm.txTone; *sync_rtx = true; + vp_announceCTCSS(state.channel.fm.rxToneEn, + state.channel.fm.rxTone, + state.channel.fm.txToneEn, + state.channel.fm.txTone, + queueFlags); } break; case 3: