mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 23:18:39 +03:00
.
This commit is contained in:
@ -398,11 +398,13 @@ void MENU_AcceptSetting(void)
|
||||
|
||||
case MENU_SQL:
|
||||
g_eeprom.config.setting.squelch_level = g_sub_menu_selection;
|
||||
RADIO_ConfigureSquelch(g_tx_vfo);
|
||||
g_vfo_configure_mode = VFO_CONFIGURE;
|
||||
break;
|
||||
|
||||
case MENU_CHAN_SQL:
|
||||
g_tx_vfo->channel.squelch_level = g_sub_menu_selection;
|
||||
RADIO_ConfigureSquelch(g_tx_vfo);
|
||||
g_request_save_channel = 1;
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user