mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 21:05:28 +03:00
Change stick mapping in Stick Control feature to default AETR
This commit is contained in:
parent
86f2a8aa0b
commit
55e480ddca
3 changed files with 6 additions and 6 deletions
|
@ -30,8 +30,8 @@ var
|
||||||
channelMSPIndexes = {
|
channelMSPIndexes = {
|
||||||
roll: 0,
|
roll: 0,
|
||||||
pitch: 1,
|
pitch: 1,
|
||||||
yaw: 2,
|
yaw: 3,
|
||||||
throttle: 3,
|
throttle: 2,
|
||||||
aux1: 4,
|
aux1: 4,
|
||||||
aux2: 5,
|
aux2: 5,
|
||||||
aux3: 6,
|
aux3: 6,
|
||||||
|
|
|
@ -21736,8 +21736,8 @@ var
|
||||||
channelMSPIndexes = {
|
channelMSPIndexes = {
|
||||||
roll: 0,
|
roll: 0,
|
||||||
pitch: 1,
|
pitch: 1,
|
||||||
yaw: 2,
|
yaw: 3,
|
||||||
throttle: 3,
|
throttle: 2,
|
||||||
aux1: 4,
|
aux1: 4,
|
||||||
aux2: 5,
|
aux2: 5,
|
||||||
aux3: 6,
|
aux3: 6,
|
||||||
|
|
|
@ -9,8 +9,8 @@ var
|
||||||
channelMSPIndexes = {
|
channelMSPIndexes = {
|
||||||
roll: 0,
|
roll: 0,
|
||||||
pitch: 1,
|
pitch: 1,
|
||||||
yaw: 2,
|
yaw: 3,
|
||||||
throttle: 3,
|
throttle: 2,
|
||||||
aux1: 4,
|
aux1: 4,
|
||||||
aux2: 5,
|
aux2: 5,
|
||||||
aux3: 6,
|
aux3: 6,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue