0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-29 06:41:25 +03:00

minor update

This commit is contained in:
OneOfEleven 2023-10-30 01:57:11 +00:00
parent ff642dfb8d
commit 5e0590355f
3 changed files with 2 additions and 4 deletions

View File

@ -343,9 +343,7 @@ void ACTION_Scan(bool bRestart)
#ifdef ENABLE_FMRADIO
void ACTION_FM(void)
{
if (g_current_function != FUNCTION_TRANSMIT &&
// g_current_function != FUNCTION_MONITOR
!g_monitor_enabled)
if (g_current_function != FUNCTION_TRANSMIT)
{
if (g_fm_radio_mode)
{
@ -361,7 +359,7 @@ void ACTION_Scan(bool bRestart)
return;
}
// g_monitor_enabled = false;
g_monitor_enabled = false;
RADIO_select_vfos();
RADIO_setup_registers(true);

Binary file not shown.

Binary file not shown.