From e272b2ef6a70fa3a0d6ccfc2744f34ca24dd1c07 Mon Sep 17 00:00:00 2001 From: Anthony Elder Date: Fri, 12 Jul 2019 14:41:24 +0100 Subject: [PATCH] Don't reset REG_FIFO_ADDR_PTR --- src/LoRa.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/LoRa.cpp b/src/LoRa.cpp index 1f1d46b..e2a76ef 100644 --- a/src/LoRa.cpp +++ b/src/LoRa.cpp @@ -652,9 +652,6 @@ void LoRaClass::handleDio0Rise() if (_onReceive) { _onReceive(packetLength); } - - // reset FIFO address - writeRegister(REG_FIFO_ADDR_PTR, 0); } }