1
0
Fork 0
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:
NightHawk32 2015-11-11 16:05:24 -05:00
parent 716457b0ed
commit 31cd2de3d3
5 changed files with 97 additions and 3 deletions

View file

@ -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,