You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-08-13 14:42:26 +03:00
Merge branch 'master' of https://github.com/w-ockham/arduino-LoRa
# Conflicts: # src/LoRa.cpp
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user