1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-04-19 13:02:14 +03:00

Don't reset REG_FIFO_ADDR_PTR

This commit is contained in:
Anthony Elder 2019-07-12 14:41:24 +01:00
parent ce11ade7be
commit e272b2ef6a

View File

@ -652,9 +652,6 @@ void LoRaClass::handleDio0Rise()
if (_onReceive) { if (_onReceive) {
_onReceive(packetLength); _onReceive(packetLength);
} }
// reset FIFO address
writeRegister(REG_FIFO_ADDR_PTR, 0);
} }
} }