Correction in RX config error. If REG_LR_PAYLOADLENGTH and REG_LR_PAYLOADMAXLENGTH is not set, the RX is limited to 64 bytes.
Fork of SX1276Lib by
Diff: sx1276/sx1276.cpp
- Revision:
- 15:04374b1c33fa
- Parent:
- 14:8552d0b840be
- Child:
- 16:d447f8d2d2d6
--- a/sx1276/sx1276.cpp Wed Jan 07 08:51:37 2015 +0000 +++ b/sx1276/sx1276.cpp Thu Jan 22 12:47:47 2015 +0000 @@ -36,7 +36,8 @@ { 125000, 0x02 }, { 166700, 0x11 }, { 200000, 0x09 }, - { 250000, 0x01 } + { 250000, 0x01 }, + { 0, 0x00 }, // Invalid Badwidth };