mirror of https://github.com/ArduPilot/ardupilot
4 lines
111 B
Lua
4 lines
111 B
Lua
|
-- This script is an example of saying hello
|
||
|
|
||
|
gcs:send_text(0, "hello, world") -- send the traditional message
|