mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
10 lines
90 B
Lua
10 lines
90 B
Lua
--[[
|
|
example lua cgi file for cgi-bin/ folder
|
|
--]]
|
|
return [[
|
|
test-from-cgi
|
|
|
|
working!!
|
|
]]
|
|
|