1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 01:05:12 +03:00

get MISC implementation

This commit is contained in:
cTn 2014-01-13 16:16:16 +01:00
parent 1f2180be89
commit f72a99f327
2 changed files with 29 additions and 2 deletions

View file

@ -86,6 +86,21 @@ var BATTERY = {
pMeterSum: 0,
};
var MISC = {
PowerTrigger1: 0, // intPowerTrigger1 (aka useless trash)
minthrottle: 0,
maxthrottle: 0,
mincommand: 0,
failsafe_throttle: 0,
plog0: 0, // plog useless shit
plog1: 0, // plog useless shit
mag_declination: 0, // not checked
vbatscale: 0,
vbatmincellvoltage: 0,
vbatmaxcellvoltage: 0,
empty: 0 // unknown
};
$(document).ready(function() {
console.log('Scanning for new ports...');
update_ports();