mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 21:05:28 +03:00
Updated Nano Talon mixer
This commit is contained in:
parent
a1b807fc4b
commit
ad513d985f
1 changed files with 2 additions and 2 deletions
|
@ -514,8 +514,8 @@ const mixerList = [
|
||||||
new ServoMixRule(2, INPUT_STABILIZED_ROLL, -100, 0),
|
new ServoMixRule(2, INPUT_STABILIZED_ROLL, -100, 0),
|
||||||
new ServoMixRule(3, INPUT_STABILIZED_PITCH, -85, 0),
|
new ServoMixRule(3, INPUT_STABILIZED_PITCH, -85, 0),
|
||||||
new ServoMixRule(4, INPUT_STABILIZED_PITCH, 85, 0),
|
new ServoMixRule(4, INPUT_STABILIZED_PITCH, 85, 0),
|
||||||
new ServoMixRule(3, INPUT_STABILIZED_YAW, -75, 0),
|
new ServoMixRule(3, INPUT_STABILIZED_YAW, 75, 0),
|
||||||
new ServoMixRule(4, INPUT_STABILIZED_YAW, -75, 0),
|
new ServoMixRule(4, INPUT_STABILIZED_YAW, 75, 0),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue