From 0738941707efa17fe5ae3970c4292cca3e40f1db Mon Sep 17 00:00:00 2001 From: Laura Pujol Date: Wed, 14 Oct 2020 18:30:51 +0200 Subject: [PATCH] Update rockblock_send_text.py The function was not out_text() and the example was not working. Corrected to text_out(). --- examples/rockblock_send_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...")