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
path: root/js
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-03-27 13:46:38 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-03-27 13:46:38 +0300
commitd59fd9c9e5594abe05ba472d22e7ef35bb61b7d8 (patch)
treeb3dabf5d34db3153acc604dc81d5fa1baf4b42cb /js
parentf12900963cc86ec89d61015030f1d13f4457e0e9 (diff)
smix input ONE
Diffstat (limited to 'js')
-rw-r--r--js/fc.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/fc.js b/js/fc.js
index 76f4506f..4dbb5c68 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -1120,7 +1120,8 @@ var FC = {
'Stabilized Pitch+', // 25
'Stabilized Pitch-', // 26
'Stabilized Yaw+', // 27
- 'Stabilized Yaw-' // 28,
+ 'Stabilized Yaw-', // 28,
+ 'ONE' // 29,
];
},
getServoMixInputName: function (input) {