1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Fixes in channels order in the Multi wizard

This commit is contained in:
Bertrand Songis 2019-05-17 10:16:48 +02:00
parent db23a2125d
commit ce99fa52b3

View file

@ -165,8 +165,8 @@ end
-- Init function
local function init()
thrCH1 = defaultChannel(2)
rollCH1 = defaultChannel(0)
yawCH1 = defaultChannel(3)
rollCH1 = defaultChannel(3)
yawCH1 = defaultChannel(0)
pitchCH1 = defaultChannel(1)
local ver, radio, maj, minor, rev = getVersion()
if string.match(radio, "x7") then