mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 12:25:13 +03:00
Fix tail saturation in V-Tail mixer preset
This commit is contained in:
parent
033b8ee17b
commit
14b5bf6d41
1 changed files with 4 additions and 4 deletions
|
@ -476,10 +476,10 @@ const mixerList = [
|
|||
servoMixer: [
|
||||
new ServoMixRule(2, INPUT_STABILIZED_ROLL, -100, 0),
|
||||
new ServoMixRule(3, INPUT_STABILIZED_ROLL, -100, 0),
|
||||
new ServoMixRule(4, INPUT_STABILIZED_PITCH, 100, 0),
|
||||
new ServoMixRule(4, INPUT_STABILIZED_YAW, -100, 0),
|
||||
new ServoMixRule(5, INPUT_STABILIZED_PITCH, -100, 0),
|
||||
new ServoMixRule(5, INPUT_STABILIZED_YAW, -100, 0)
|
||||
new ServoMixRule(4, INPUT_STABILIZED_PITCH, 50, 0),
|
||||
new ServoMixRule(4, INPUT_STABILIZED_YAW, -50, 0),
|
||||
new ServoMixRule(5, INPUT_STABILIZED_PITCH, -50, 0),
|
||||
new ServoMixRule(5, INPUT_STABILIZED_YAW, -50, 0)
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue