mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
minimum mixer profile support
This commit is contained in:
parent
df23369925
commit
0a6228a8c0
3 changed files with 9 additions and 6 deletions
6
js/fc.js
6
js/fc.js
|
@ -195,6 +195,7 @@ var FC = {
|
|||
MIXER_CONFIG = {
|
||||
yawMotorDirection: 0,
|
||||
yawJumpPreventionLimit: 0,
|
||||
motorStopOnLow: false,
|
||||
platformType: -1,
|
||||
hasFlaps: false,
|
||||
appliedMixerPreset: -1,
|
||||
|
@ -554,7 +555,6 @@ var FC = {
|
|||
getFeatures: function () {
|
||||
var features = [
|
||||
{bit: 1, group: 'batteryVoltage', name: 'VBAT'},
|
||||
{bit: 4, group: 'other', name: 'MOTOR_STOP'},
|
||||
{bit: 6, group: 'other', name: 'SOFTSERIAL', haveTip: true, showNameInTip: true},
|
||||
{bit: 7, group: 'other', name: 'GPS', haveTip: true},
|
||||
{bit: 10, group: 'other', name: 'TELEMETRY', showNameInTip: true},
|
||||
|
@ -880,6 +880,7 @@ var FC = {
|
|||
'GVAR 5', // 35
|
||||
'GVAR 6', // 36
|
||||
'GVAR 7', // 37
|
||||
'Mixer Transition', // 38
|
||||
];
|
||||
},
|
||||
getServoMixInputName: function (input) {
|
||||
|
@ -1263,11 +1264,12 @@ var FC = {
|
|||
30: "CRSF SNR",
|
||||
31: "GPS Valid Fix",
|
||||
32: "Loiter Radius [cm]",
|
||||
33: "Active Profile",
|
||||
33: "Active PIDProfile",
|
||||
34: "Battery cells",
|
||||
35: "AGL status [0/1]",
|
||||
36: "AGL [cm]",
|
||||
37: "Rangefinder [cm]",
|
||||
38: "Active MixerProfile",
|
||||
}
|
||||
},
|
||||
3: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue