mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Added 3D configuration parameters so they don't have to be changed in the CLI
This commit is contained in:
parent
716457b0ed
commit
31cd2de3d3
5 changed files with 97 additions and 3 deletions
|
@ -165,6 +165,13 @@ var MISC = {
|
|||
vbatwarningcellvoltage: 0
|
||||
};
|
||||
|
||||
var _3D = {
|
||||
deadband3d_low: 0,
|
||||
deadband3d_high: 0,
|
||||
neutral3d: 0,
|
||||
deadband3d_throttle: 0
|
||||
};
|
||||
|
||||
var DATAFLASH = {
|
||||
ready: false,
|
||||
sectors: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue