We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a288178 commit 6857f64Copy full SHA for 6857f64
lib/Arduino-LoRa/src/LoRa.cpp
@@ -648,7 +648,10 @@ void LoRaClass::handleDio0Rise()
648
}
649
650
// reset FIFO address
651
- writeRegister(REG_FIFO_ADDR_PTR, 0);
+ // this should be removed according to the pull request on the net
652
+ // https://github.com/sandeepmistry/arduino-LoRa/issues/218
653
+ // https://github.com/sandeepmistry/arduino-LoRa/issues/222
654
+ // writeRegister(REG_FIFO_ADDR_PTR, 0);
655
656
657
0 commit comments