Added support for macro 6 announcing the cycling of radio mode.

This commit is contained in:
vk7js 2022-05-14 15:18:01 +10:00 committed by Silvano Seva
parent d19e0d57ec
commit e74eccfffd
1 changed files with 1 additions and 0 deletions

View File

@ -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
state.channel.mode = OPMODE_FM;
*sync_rtx = true;
announceRadioMode(state.channel.mode, queueFlags);
break;
case 6:
if (state.channel.power == 100)