diff --git a/README.md b/README.md index e197052..da31289 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The configuration: -- LNA highest gain, boost on, 150% LNA current +- AGC auto on, boost on, 150% LNA current - Modulation shaping Gaussian filter BT = 0.5 - Transmitter frequency deviation: 10 kHz - Receiver channel filter bandwith: 20.8 kHz diff --git a/librfm95.c b/librfm95.c index 8dbf603..0cd8ca9 100644 --- a/librfm95.c +++ b/librfm95.c @@ -95,8 +95,8 @@ // 10 dB threshold for interferer detection regWrite(RFM_FSK_RSSI_COLLIS, 0x0a); - // RSSI threshold (POR 0xff) - regWrite(RFM_FSK_RSSI_THRESH, 0x94); + // RSSI threshold + regWrite(RFM_FSK_RSSI_THRESH, 0xff); // channel filter bandwith 20.8 kHz (default 10.4 kHz) regWrite(RFM_FSK_RX_BW, 0x14);