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>2020-04-11 17:58:03 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-04-11 17:58:03 +0300
commitb193ea3aa618c0735867b6e63968f3f14647a241 (patch)
tree83a9c88655ab6371a2009369a8167be64d954a6a /js
parentba0ba69191a08792c7a52753970d819903015e4b (diff)
Add GVAR inputs for servo
Diffstat (limited to 'js')
-rw-r--r--js/fc.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/fc.js b/js/fc.js
index c1a1e41a..6bb82a44 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -993,7 +993,11 @@ var FC = {
'Stabilized Pitch-', // 26
'Stabilized Yaw+', // 27
'Stabilized Yaw-', // 28,
- 'ONE' // 29,
+ 'ONE', // 29,
+ 'GVAR 0', // 30
+ 'GVAR 1', // 31
+ 'GVAR 2', // 32
+ 'GVAR 3', // 33
];
},
getServoMixInputName: function (input) {