Added call to vp_announceCTCSS to macro moni+2 branch because increasesto code were not speaking, only decreases.
This commit is contained in:
parent
5fb11322ac
commit
ec6519425c
|
|
@ -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.txTone %= MAX_TONE_INDEX;
|
||||||
state.channel.fm.rxTone = state.channel.fm.txTone;
|
state.channel.fm.rxTone = state.channel.fm.txTone;
|
||||||
*sync_rtx = true;
|
*sync_rtx = true;
|
||||||
|
vp_announceCTCSS(state.channel.fm.rxToneEn,
|
||||||
|
state.channel.fm.rxTone,
|
||||||
|
state.channel.fm.txToneEn,
|
||||||
|
state.channel.fm.txTone,
|
||||||
|
queueFlags);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue