5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-02 19:53:57 -04:00
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!!
]]