Added support for macro 6 announcing the cycling of radio mode.
This commit is contained in:
parent
d19e0d57ec
commit
e74eccfffd
|
|
@ -832,6 +832,7 @@ void _ui_fsm_menuMacro(kbd_msg_t msg, bool *sync_rtx)
|
||||||
else //catch any invalid states so they don't get locked out
|
else //catch any invalid states so they don't get locked out
|
||||||
state.channel.mode = OPMODE_FM;
|
state.channel.mode = OPMODE_FM;
|
||||||
*sync_rtx = true;
|
*sync_rtx = true;
|
||||||
|
announceRadioMode(state.channel.mode, queueFlags);
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
if (state.channel.power == 100)
|
if (state.channel.power == 100)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue