Create Virtual Channel
Posted: Tue Jan 15, 2019 4:29 am
Trying to create a virtual channel to allow use of the shiftX2 button to trigger logging and goPro.
The addChannel function is returning a nil value.
I simplified to the example in the addChannel function documentation.
Same result.
I am using an Apex with V2.13.6 firmware.
Thanks for the help.
Dennis
The addChannel function is returning a nil value.
Code: Select all
ButtonId = addChannel("Sx2Button",10,0,0,100,'')
if ButtonID == nil then println('it is nil') end
Code: Select all
ButtonId = addChannel("EGT",1)
if ButtonID == nil then println('it is nil') end
I am using an Apex with V2.13.6 firmware.
Thanks for the help.
Dennis