1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-06-06 23:01:00 +03:00

accidental re-inclusion of FIFO PTR reset in dio0 handler

This commit is contained in:
Morgan 'ARR\!' Allen 2020-03-28 10:38:21 -07:00
parent 8eb6a51b99
commit 4f90e754f1

View File

@ -675,9 +675,6 @@ void LoRaClass::handleDio0Rise()
if (_onReceive) {
_onReceive(packetLength);
}
// reset FIFO address
writeRegister(REG_FIFO_ADDR_PTR, 0);
}
else if ((irqFlags & IRQ_TX_DONE_MASK) != 0) {
if (_onTxDone) {