mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
New mixer inputs for stabilized axises
This commit is contained in:
parent
825f861a50
commit
87c44499f5
1 changed files with 6 additions and 0 deletions
6
js/fc.js
6
js/fc.js
|
@ -1152,6 +1152,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…
Add table
Add a link
Reference in a new issue