Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-06-18 17:07:55 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-06-18 17:07:55 +0300
commitad513d985ff88ce7ef8e7f4520ce3da126be89e3 (patch)
treec59348677de3f7488cd1bded695bed3871498753 /js/model.js
parenta1b807fc4b593341bcfe49897e49e56219ea6318 (diff)
Updated Nano Talon mixer
Diffstat (limited to 'js/model.js')
-rw-r--r--js/model.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/model.js b/js/model.js
index 8b57574a..5540505d 100644
--- a/js/model.js
+++ b/js/model.js
@@ -514,8 +514,8 @@ const mixerList = [
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_YAW, 75, 0),
+ new ServoMixRule(4, INPUT_STABILIZED_YAW, 75, 0),
]
}
];