ardupilot/libraries/AP_Scripting/examples/hello_world.lua

4 lines
111 B
Lua

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