Output Table Syntax
Overview
{ "<name1>", "<name2>" }local output { "Val1", "Val2" }
local function run()
return 0, -1024 -- these values will be available in OpenTX as Val1 and Val2
end
return {output=output, run=run}Notes:
Script Return Value
Mix Value in OpenTX
Last updated
Was this helpful?