mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 06:58:39 +03:00
lots more step sizes added, though the QS config software will only use the original 7 step sizes.
This commit is contained in:
2
radio.c
2
radio.c
@ -1021,7 +1021,7 @@ void RADIO_PrepareTX(void)
|
||||
State = VFO_STATE_TX_DISABLE;
|
||||
}
|
||||
else
|
||||
if (TX_freq_check(g_current_vfo->p_tx->frequency) == 0)
|
||||
if (FREQUENCY_tx_freq_check(g_current_vfo->p_tx->frequency) == 0)
|
||||
{ // TX frequency is allowed
|
||||
if (g_current_vfo->busy_channel_lock && g_current_function == FUNCTION_RECEIVE)
|
||||
State = VFO_STATE_BUSY; // busy RX'ing a station
|
||||
|
Reference in New Issue
Block a user