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:
parent
ff642dfb8d
commit
5e0590355f
@ -343,9 +343,7 @@ void ACTION_Scan(bool bRestart)
|
|||||||
#ifdef ENABLE_FMRADIO
|
#ifdef ENABLE_FMRADIO
|
||||||
void ACTION_FM(void)
|
void ACTION_FM(void)
|
||||||
{
|
{
|
||||||
if (g_current_function != FUNCTION_TRANSMIT &&
|
if (g_current_function != FUNCTION_TRANSMIT)
|
||||||
// g_current_function != FUNCTION_MONITOR
|
|
||||||
!g_monitor_enabled)
|
|
||||||
{
|
{
|
||||||
if (g_fm_radio_mode)
|
if (g_fm_radio_mode)
|
||||||
{
|
{
|
||||||
@ -361,7 +359,7 @@ void ACTION_Scan(bool bRestart)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// g_monitor_enabled = false;
|
g_monitor_enabled = false;
|
||||||
|
|
||||||
RADIO_select_vfos();
|
RADIO_select_vfos();
|
||||||
RADIO_setup_registers(true);
|
RADIO_setup_registers(true);
|
||||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user