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:
parent
1f2180be89
commit
f72a99f327
2 changed files with 29 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue