0
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:
OneOfEleven 2023-11-19 19:08:25 +00:00
parent 1352448528
commit e54650e651
8 changed files with 5 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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.