We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3607767 commit 54d0703Copy full SHA for 54d0703
examples/simpletest.py
@@ -42,7 +42,7 @@
42
while True:
43
packet = rfm9x.receive()
44
# Optionally change the receive timeout from its default of 0.5 seconds:
45
- #packet = rfm69.receive(timeout_s=5.0)
+ #packet = rfm9x.receive(timeout_s=5.0)
46
# If no packet was received during the timeout then None is returned.
47
if packet is None:
48
print('Received nothing! Listening again...')
0 commit comments