mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-27 22:01:26 +03:00
.
This commit is contained in:
parent
1352448528
commit
e54650e651
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
@ -75,8 +75,8 @@ void PAN_process_10ms(void)
|
||||
g_scan_state_dir != SCAN_STATE_DIR_OFF ||
|
||||
g_dtmf_call_state != DTMF_CALL_STATE_NONE ||
|
||||
g_dtmf_is_tx ||
|
||||
g_dtmf_input_mode ||
|
||||
g_input_box_index > 0)
|
||||
g_dtmf_input_mode)
|
||||
// g_input_box_index > 0)
|
||||
{
|
||||
if (g_panadapter_enabled)
|
||||
{ // disable the panadapter
|
||||
|
@ -431,9 +431,8 @@ void big_freq(const uint32_t frequency, const unsigned int x, const unsigned int
|
||||
if (g_dtmf_call_state != DTMF_CALL_STATE_NONE || g_dtmf_is_tx || g_dtmf_input_mode)
|
||||
return; // DTMF call
|
||||
|
||||
// if (g_input_box_index > 0 && IS_FREQ_CHANNEL(scrn_chan))
|
||||
if (g_input_box_index > 0)
|
||||
return; // user is entering a frequency
|
||||
// if (g_input_box_index > 0)
|
||||
// return; // user is entering a frequency
|
||||
|
||||
// auto vertical scale
|
||||
max_rssi = g_panadapter_max_rssi;
|
||||
@ -553,7 +552,7 @@ void UI_DisplayMain(void)
|
||||
//if (!g_squelch_open && !g_monitor_enabled)
|
||||
if (!g_monitor_enabled)
|
||||
if (g_dtmf_call_state == DTMF_CALL_STATE_NONE && !g_dtmf_is_tx && !g_dtmf_input_mode)
|
||||
if (g_input_box_index == 0)
|
||||
// if (g_input_box_index == 0)
|
||||
single_vfo = g_eeprom.config.setting.tx_vfo_num;
|
||||
#endif
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user