mirror of https://github.com/ArduPilot/ardupilot
10 lines
90 B
Lua
10 lines
90 B
Lua
|
--[[
|
||
|
example lua cgi file for cgi-bin/ folder
|
||
|
--]]
|
||
|
return [[
|
||
|
test-from-cgi
|
||
|
|
||
|
working!!
|
||
|
]]
|
||
|
|