0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-21 07:28:37 +03:00

RX fixed bandwidth adjustments + squelch sensitivity adjustments

This commit is contained in:
OneOfEleven
2023-10-05 12:42:40 +01:00
parent b343993a72
commit 9b2ce88a72
6 changed files with 580 additions and 444 deletions

View File

@ -152,7 +152,7 @@ static void APP_CheckForIncoming(void)
gUpdateStatus = true;
}
else
{
{ // RF scanning
if (gRxReceptionMode != RX_MODE_NONE)
{
if (gCurrentFunction != FUNCTION_INCOMING)
@ -163,7 +163,6 @@ static void APP_CheckForIncoming(void)
updateRSSI(gEeprom.RX_VFO);
gUpdateRSSI = true;
}
return;
}
@ -1068,7 +1067,8 @@ void APP_Update(void)
#else
if (gScreenToDisplay != DISPLAY_SCANNER && gScanState != SCAN_OFF && gScheduleScanListen && !gPttIsPressed)
#endif
{
{ // scanning
if (IS_FREQ_CHANNEL(gNextMrChannel))
{
if (gCurrentFunction == FUNCTION_INCOMING)