diff --git a/src/LoRa.cpp b/src/LoRa.cpp index 6dfeb63..4ac33a8 100644 --- a/src/LoRa.cpp +++ b/src/LoRa.cpp @@ -710,6 +710,7 @@ void LoRaClass::handleDio0Rise() // reset FIFO address writeRegister(REG_FIFO_ADDR_PTR, 0); + } else if ((irqFlags & IRQ_TX_DONE_MASK) != 0) { if (_onTxDone) { _onTxDone();