mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-22 09:44:12 +00:00
Forgot to save/update radio.c
This commit is contained in:
parent
ae6cf797cb
commit
b7241f77ef
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
|
||||
// make squelch more sensitive
|
||||
|
||||
pInfo->SquelchOpenRSSIThresh = ((uint16_t)pInfo->SquelchOpenRSSIThresh * 8) / 9;
|
||||
pInfo->SquelchCloseRSSIThresh = ((uint16_t)pInfo->SquelchOpenRSSIThresh * 7) / 8;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user