Forgot to save/update radio.c

This commit is contained in:
OneOfEleven 2023-10-01 00:30:13 +01:00
parent ae6cf797cb
commit b7241f77ef
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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;