mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-04 12:25:35 -06:00
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
|