mirror of https://github.com/ArduPilot/ardupilot
AP_Scripting: add a hello world example
This commit is contained in:
parent
189123ee42
commit
c2f154183b
|
@ -0,0 +1,3 @@
|
|||
-- This script is an example of saying hello
|
||||
|
||||
gcs:send_text(0, "hello, world") -- send the traditional message
|
Loading…
Reference in New Issue