Skip to content

Commit 6857f64

Browse files
Marc ChachereauMarc Chachereau
Marc Chachereau
authored and
Marc Chachereau
committed
1 parent a288178 commit 6857f64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/Arduino-LoRa/src/LoRa.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,10 @@ void LoRaClass::handleDio0Rise()
648648
}
649649

650650
// reset FIFO address
651-
writeRegister(REG_FIFO_ADDR_PTR, 0);
651+
// this should be removed according to the pull request on the net
652+
// https://github.com/sandeepmistry/arduino-LoRa/issues/218
653+
// https://github.com/sandeepmistry/arduino-LoRa/issues/222
654+
// writeRegister(REG_FIFO_ADDR_PTR, 0);
652655
}
653656
}
654657

0 commit comments

Comments
 (0)