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:
parent
db23a2125d
commit
ce99fa52b3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue