mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 08:15:19 +03:00
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into submit-gps-fix-estimation
This commit is contained in:
commit
2e4d5871c1
41 changed files with 1112 additions and 8685 deletions
14
js/fc.js
14
js/fc.js
|
@ -118,9 +118,9 @@ var FC = {
|
|||
i2cError: 0,
|
||||
activeSensors: 0,
|
||||
mode: [],
|
||||
mixer_profile: 0,
|
||||
profile: 0,
|
||||
battery_profile: 0,
|
||||
mixer_profile: -1,
|
||||
profile: -1,
|
||||
battery_profile: -1,
|
||||
uid: [0, 0, 0],
|
||||
accelerometerTrims: [0, 0],
|
||||
armingFlags: 0,
|
||||
|
@ -1243,6 +1243,12 @@ var FC = {
|
|||
hasOperand: [true, false],
|
||||
output: "boolean"
|
||||
},
|
||||
54: {
|
||||
name: "Mag calibration",
|
||||
operandType: "Set Flight Parameter",
|
||||
hasOperand: [false, false],
|
||||
output: "boolean"
|
||||
},
|
||||
}
|
||||
},
|
||||
getOperandTypes: function () {
|
||||
|
@ -1445,8 +1451,6 @@ var FC = {
|
|||
'max_angle_inclination_pit',
|
||||
'dterm_lpf_hz',
|
||||
'dterm_lpf_type',
|
||||
'dterm_lpf2_hz',
|
||||
'dterm_lpf2_type',
|
||||
'yaw_lpf_hz',
|
||||
'fw_iterm_throw_limit',
|
||||
'fw_reference_airspeed',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue