We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ae892 commit b1c287bCopy full SHA for b1c287b
adafruit_rfm9x.py
@@ -282,6 +282,10 @@ class RFM9x:
282
library communication. This means the library sets up the radio modulation
283
to match RadioHead's defaults and assumes that each packet contains a
284
4 byte header compatible with RadioHead's implementation.
285
+ Advanced RadioHead features like address/node specific packets
286
+ or "reliable datagram" delivery are supported however due to the
287
+ limitations noted, "reliable datagram" is still subject to missed packets but with it,
288
+ sender is notified if a packet has potentially been missed.
289
"""
290
291
# Global buffer for SPI commands
0 commit comments