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 241cff2 commit 80af9a2Copy full SHA for 80af9a2
examples/rfm9x_simpletest.py
@@ -37,7 +37,7 @@
37
# amounts of data you will need to break it into smaller send calls. Each send
38
# call will wait for the previous one to finish before continuing.
39
rfm9x.send(bytes("Hello world!\r\n","utf-8"))
40
-print('Sent hello world message!')
+print('Sent Hello World message!')
41
42
# Wait to receive packets. Note that this library can't receive data at a fast
43
# rate, in fact it can only receive and process one 252 byte packet at a time.
0 commit comments