1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 12:55:13 +03:00

Updated Nano Talon mixer

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-06-18 16:07:55 +02:00
parent a1b807fc4b
commit ad513d985f

View file

@ -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),
] ]
} }
]; ];