ardupilot/libraries/AP_Scripting/examples/hello_world.lua
2020-02-05 10:43:37 +11:00

4 lines
111 B
Lua

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