Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update rockblock_send_text.py
The function was not out_text() and the example was not working. Corrected to text_out().
  • Loading branch information
laupdm authored Oct 14, 2020
commit 0738941707efa17fe5ae3970c4292cca3e40f1db
2 changes: 1 addition & 1 deletion examples/rockblock_send_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
rb = RockBlock(uart)

# set the text
rb.out_text = "hello world"
rb.text_out = "hello world"

# try a satellite Short Burst Data transfer
print("Talking to satellite...")
Expand Down