diff --git a/librfm95.c b/librfm95.c index 5fe032e..6a5db8d 100644 --- a/librfm95.c +++ b/librfm95.c @@ -170,8 +170,8 @@ // RX timeout LSB regWrite(RFM_LORA_SYMB_TIMEO_LSB, 0x64); - // static node, AGC auto off - regWrite(RFM_LORA_MODEM_CONFIG3, 0x00); + // low data rate optimize, static node, AGC auto off + regWrite(RFM_LORA_MODEM_CONFIG3, 0x08); // preamble length MSB regWrite(RFM_LORA_PREA_LEN_MSB, 0x00);