Skip to content

Commit 3607767

Browse files
committed
Update typo.
1 parent f01f71f commit 3607767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ)
2626

2727
# Note that the radio is configured in LoRa mode so you can't control sync
28-
# word, encryption, freqiency deviation, or other settings!
28+
# word, encryption, frequency deviation, or other settings!
2929

3030
# Send a packet. Note you can only send a packet up to 252 bytes in length.
3131
# This is a limitation of the radio packet size, so if you need to send larger

0 commit comments

Comments
 (0)