Skip to content

Commit b1c287b

Browse files
committed
add to initial docstring
1 parent a8ae892 commit b1c287b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adafruit_rfm9x.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ class RFM9x:
282282
library communication. This means the library sets up the radio modulation
283283
to match RadioHead's defaults and assumes that each packet contains a
284284
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.
285289
"""
286290

287291
# Global buffer for SPI commands

0 commit comments

Comments
 (0)