1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00

Fix Nano Talon mixer

This commit is contained in:
Michel Pastor 2018-07-22 08:20:36 +02:00
parent 2e693cea9e
commit 9b30cbb973

View file

@ -512,10 +512,10 @@ const mixerList = [
],
servoMixer: [
new ServoMixRule(2, INPUT_STABILIZED_ROLL, -100, 0),
new ServoMixRule(3, INPUT_STABILIZED_PITCH, -85, 0),
new ServoMixRule(4, INPUT_STABILIZED_PITCH, 85, 0),
new ServoMixRule(3, INPUT_STABILIZED_YAW, 75, 0),
new ServoMixRule(4, INPUT_STABILIZED_YAW, 75, 0),
new ServoMixRule(3, INPUT_STABILIZED_PITCH, -50, 0),
new ServoMixRule(4, INPUT_STABILIZED_PITCH, 50, 0),
new ServoMixRule(3, INPUT_STABILIZED_YAW, 50, 0),
new ServoMixRule(4, INPUT_STABILIZED_YAW, 50, 0),
]
}
];
@ -691,4 +691,4 @@ helper.platform = (function (platforms) {
}
return publicScope;
})(platformList);
})(platformList);