AP_Scripting: add a hello world example

This commit is contained in:
Peter Barker 2019-10-22 02:40:39 +11:00 committed by Andrew Tridgell
parent 189123ee42
commit c2f154183b
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- This script is an example of saying hello
gcs:send_text(0, "hello, world") -- send the traditional message