mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-09 08:04:14 -03: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
|