1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00

New mixer inputs for stabilized axises

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-01-03 21:11:28 +01:00
parent 825f861a50
commit 87c44499f5

View file

@ -1152,6 +1152,12 @@ var FC = {
'RC Channel 14', // 20
'RC Channel 15', // 21
'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) {