Merge pull request #628 from iNavFlight/dzikuvx-new-mixer-inputs

New mixer inputs for stabilized axises
pull/707/head
Paweł Spychalski 6 years ago committed by GitHub
commit bb587d565a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1112,10 +1112,10 @@ var FC = {
}, },
getServoMixInputNames: function () { getServoMixInputNames: function () {
return [ return [
'Stabilised Roll', // 0 'Stabilized Roll', // 0
'Stabilised Pitch', // 1 'Stabilized Pitch', // 1
'Stabilised Yaw', // 2 'Stabilized Yaw', // 2
'Stabilised Throttle', // 3 'Stabilized Throttle', // 3
'RC Roll', // 4 'RC Roll', // 4
'RC Pitch', // 5 'RC Pitch', // 5
'RC Yaw', // 6 'RC Yaw', // 6
@ -1135,6 +1135,12 @@ var FC = {
'RC Channel 14', // 20 'RC Channel 14', // 20
'RC Channel 15', // 21 'RC Channel 15', // 21
'RC Channel 16', // 22 'RC Channel 16', // 22
'Stabilized Roll+', // 23
'Stabilized Roll-', // 24
'Stabilized Pitch+', // 25
'Stabilized Pitch-', // 26
'Stabilized Yaw+', // 27
'Stabilized Yaw-' // 28,
]; ];
}, },
getServoMixInputName: function (input) { getServoMixInputName: function (input) {

Loading…
Cancel
Save