Skip to content

Commit 54d0703

Browse files
committed
Update comment variable name.
1 parent 3607767 commit 54d0703

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
@@ -42,7 +42,7 @@
4242
while True:
4343
packet = rfm9x.receive()
4444
# Optionally change the receive timeout from its default of 0.5 seconds:
45-
#packet = rfm69.receive(timeout_s=5.0)
45+
#packet = rfm9x.receive(timeout_s=5.0)
4646
# If no packet was received during the timeout then None is returned.
4747
if packet is None:
4848
print('Received nothing! Listening again...')

0 commit comments

Comments
 (0)