0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

added mdc1200 side tone/beeps

This commit is contained in:
OneOfEleven
2023-11-05 23:16:19 +00:00
parent 465d7333e3
commit 352d529b86
18 changed files with 460 additions and 440 deletions

View File

@ -637,11 +637,14 @@ void SEARCH_Start(void)
g_search_css_state = SEARCH_CSS_STATE_OFF;
g_search_frequency = 0xFFFFFFFF;
#if 1
// this is why it needs such a strong signal
BK4819_set_rf_filter_path(0xFFFFFFFF); // disable the LNA filter paths - why it needs a strong signal
#else
#ifdef ENABLE_FREQ_SEARCH_LNA
// 1of11
// still requires strong signal >= -40dBm at LNA input, but MUCH more sensitive that QS way
BK4819_set_rf_filter_path(g_rx_vfo->p_rx->frequency); // lets have a play !
#else
// QS
// this is why it needs such a strong signal
BK4819_set_rf_filter_path(0xFFFFFFFF); // disable the LNA filter paths
#endif
BK4819_EnableFrequencyScan();