ardupilot/libraries/AP_Scripting/applets/WebExamples/test.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
90 B
Lua
Raw Normal View History

--[[
example lua cgi file for cgi-bin/ folder
--]]
return [[
test-from-cgi
working!!
]]