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

Squelch-1 more sensitive

This commit is contained in:
OneOfEleven
2023-09-22 19:48:17 +01:00
parent 6e8d56c0a7
commit 3fb581760e
8 changed files with 120 additions and 58 deletions

View File

@ -199,7 +199,7 @@ static void processFKeyFunction(const KEY_Code_t Key, const bool beep)
gRequestSaveVFO = true;
gVfoConfigureMode = VFO_CONFIGURE_RELOAD;
}
BK4819_SetFilterBandwidth(gTxVfo->CHANNEL_BANDWIDTH);
BK4819_SetFilterBandwidth(gTxVfo->CHANNEL_BANDWIDTH, );
gUpdateDisplay = true;
gRequestDisplayScreen = gScreenToDisplay;
#else