Skip to content

Commit 477f067

Browse files
authored
Merge pull request #12 from laupdm/patch-1
Update rockblock_send_text.py
2 parents d427e42 + 0738941 commit 477f067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rockblock_send_text.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
rb = RockBlock(uart)
1717

1818
# set the text
19-
rb.out_text = "hello world"
19+
rb.text_out = "hello world"
2020

2121
# try a satellite Short Burst Data transfer
2222
print("Talking to satellite...")

0 commit comments

Comments
 (0)