Skip to content

Commit 0738941

Browse files
authored
Update rockblock_send_text.py
The function was not out_text() and the example was not working. Corrected to text_out().
1 parent d427e42 commit 0738941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rockblock_send_text.py

Lines changed: 1 addition & 1 deletion
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)