0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

moved the TX LPF cut-off points up in frequency.

This commit is contained in:
OneOfEleven
2023-11-23 13:54:21 +00:00
parent d8579b1518
commit d5f38e777a
6 changed files with 22 additions and 26 deletions

View File

@ -404,12 +404,13 @@ void big_freq(const uint32_t frequency, const unsigned int x, const unsigned int
if (!g_eeprom.config.setting.panadapter ||
!g_panadapter_enabled ||
g_monitor_enabled ||
single_vfo < 0 ||
g_current_display_screen != DISPLAY_MAIN ||
g_current_function == FUNCTION_POWER_SAVE ||
g_monitor_enabled ||
// g_current_function == FUNCTION_TRANSMIT ||
g_dtmf_call_state != DTMF_CALL_STATE_NONE ||
g_dtmf_is_tx ||
// g_dtmf_is_tx ||
g_dtmf_input_mode)
{ // don't draw the panadapter
return;