diff --git a/examples/rockblock_send_text.py b/examples/rockblock_send_text.py index a135753..1c35d30 100644 --- a/examples/rockblock_send_text.py +++ b/examples/rockblock_send_text.py @@ -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...")