File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ class RFM69:
212
212
function to see an example of this--advanced users only! Advanced RadioHead features like
213
213
address/node specific packets or "reliable datagram" delivery are supported however due to the
214
214
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.
216
216
"""
217
217
218
218
# Global buffer for SPI commands.
@@ -702,7 +702,7 @@ def tx_power(self, val: float):
702
702
@property
703
703
def rssi (self ) -> float :
704
704
"""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
706
706
receipt of the last packet.
707
707
"""
708
708
# Read RSSI register and convert to value using formula in datasheet.
You can’t perform that action at this time.
0 commit comments