mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-07-09 15:20:26 +03:00
Forgot to save/update radio.c
This commit is contained in:
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
1
radio.c
1
radio.c
@ -460,6 +460,7 @@ void RADIO_ConfigureSquelchAndOutputPower(VFO_Info_t *pInfo)
|
|||||||
|
|
||||||
#if ENABLE_SQUELCH_LOWER
|
#if ENABLE_SQUELCH_LOWER
|
||||||
// make squelch more sensitive
|
// make squelch more sensitive
|
||||||
|
|
||||||
pInfo->SquelchOpenRSSIThresh = ((uint16_t)pInfo->SquelchOpenRSSIThresh * 8) / 9;
|
pInfo->SquelchOpenRSSIThresh = ((uint16_t)pInfo->SquelchOpenRSSIThresh * 8) / 9;
|
||||||
pInfo->SquelchCloseRSSIThresh = ((uint16_t)pInfo->SquelchOpenRSSIThresh * 7) / 8;
|
pInfo->SquelchCloseRSSIThresh = ((uint16_t)pInfo->SquelchOpenRSSIThresh * 7) / 8;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user