Added call to vp_announceCTCSS to macro moni+2 branch because increasesto code were not speaking, only decreases.

md1702
vk7js 2022-09-28 08:52:29 +10:00 zatwierdzone przez Silvano Seva
rodzic 5fb11322ac
commit ec6519425c
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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: