Skip to content

Commit

Permalink
Lower RSSI open threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
xawen committed Mar 9, 2024
1 parent 8564140 commit c280f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver/bk4819.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,15 +408,15 @@ void BK4819_SetSquelchRSSI(bool bIsNarrow)

static const uint8_t SquelchRssiOpenLevel[10] = {
0x0A,
0x66,
0x6E,
0x76,
0x7E,
0x86,
0x8E,
0x96,
0x9E,
0xA6,
0xAE,
0xB6,
};

if (gSettings.Squelch == 0){
Expand Down

0 comments on commit c280f2a

Please sign in to comment.