Merge pull request #177 from iNavFlight/fix-msp-rx-control

Change stick mapping in Stick Control feature to default AETR
pull/178/head
Konstantin Sharlaimov 8 years ago committed by GitHub
commit 00f5240ec2

@ -30,8 +30,8 @@ var
channelMSPIndexes = {
roll: 0,
pitch: 1,
yaw: 2,
throttle: 3,
yaw: 3,
throttle: 2,
aux1: 4,
aux2: 5,
aux3: 6,

@ -21768,8 +21768,8 @@ var
channelMSPIndexes = {
roll: 0,
pitch: 1,
yaw: 2,
throttle: 3,
yaw: 3,
throttle: 2,
aux1: 4,
aux2: 5,
aux3: 6,

@ -9,8 +9,8 @@ var
channelMSPIndexes = {
roll: 0,
pitch: 1,
yaw: 2,
throttle: 3,
yaw: 3,
throttle: 2,
aux1: 4,
aux2: 5,
aux3: 6,

Loading…
Cancel
Save