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

md1702
vk7js 2022-05-14 15:18:01 +10:00 zatwierdzone przez Silvano Seva
rodzic d19e0d57ec
commit e74eccfffd
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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