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:
11
app/search.c
11
app/search.c
@ -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();
|
||||
|
Reference in New Issue
Block a user