1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-08-13 14:42:26 +03:00
# Conflicts:
#	src/LoRa.cpp
This commit is contained in:
Minoru Tomobe
2020-02-05 00:20:52 +09:00

View File

@@ -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();