Skip to content

Commit f8069df

Browse files
authored
fix spelling
1 parent cb78e6d commit f8069df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_rfm69.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class RFM69:
212212
function to see an example of this--advanced users only! Advanced RadioHead features like
213213
address/node specific packets or "reliable datagram" delivery are supported however due to the
214214
limitations noted, "reliable datagram" is still subject to missed packets but with it, the
215-
sender is notified if a packe has potentially been missed.
215+
sender is notified if a packet has potentially been missed.
216216
"""
217217

218218
# Global buffer for SPI commands.
@@ -702,7 +702,7 @@ def tx_power(self, val: float):
702702
@property
703703
def rssi(self) -> float:
704704
"""The received strength indicator (in dBm).
705-
May be inaccuate if not read immediatey. last_rssi contains the value read immediately
705+
May be inaccurate if not read immediately. last_rssi contains the value read immediately
706706
receipt of the last packet.
707707
"""
708708
# Read RSSI register and convert to value using formula in datasheet.

0 commit comments

Comments
 (0)