Skip to content

Commit 80af9a2

Browse files
committed
minor tweak to force travis build
1 parent 241cff2 commit 80af9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rfm9x_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# amounts of data you will need to break it into smaller send calls. Each send
3838
# call will wait for the previous one to finish before continuing.
3939
rfm9x.send(bytes("Hello world!\r\n","utf-8"))
40-
print('Sent hello world message!')
40+
print('Sent Hello World message!')
4141

4242
# Wait to receive packets. Note that this library can't receive data at a fast
4343
# rate, in fact it can only receive and process one 252 byte packet at a time.

0 commit comments

Comments
 (0)