Skip to content

Commit

Permalink
Update radio.c
Browse files Browse the repository at this point in the history
  • Loading branch information
losehu authored Aug 13, 2024
1 parent f478fad commit 5f02eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ void RADIO_ConfigureSquelchAndOutputPower(VFO_Info_t *pInfo) {

#if ENABLE_SQUELCH_MORE_SENSITIVE

uint8_t num=3;
uint8_t num_noise=3;
uint8_t num=4;
uint8_t num_noise=4;
// make squelch more sensitive
// note that 'noise' and 'glitch' values are inverted compared to 'rssi' values
pInfo->SquelchOpenRSSIThresh = (pInfo->SquelchOpenRSSIThresh * 1) / num;
Expand Down

0 comments on commit 5f02eb4

Please sign in to comment.