1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 12:55:13 +03:00

Update backup/restore functionality so that it restores adjustments,

auxiliary settings and channel forwarding (per-profile).  Add "Warning
Cell Voltage" to the UI.
This commit is contained in:
Dominic Clifton 2014-12-21 12:29:36 +00:00
parent e1d2fb3163
commit 502cf718ab
10 changed files with 139 additions and 87 deletions

View file

@ -65,7 +65,10 @@ var RC_tuning = {
var AUX_CONFIG = [];
var AUX_CONFIG_IDS = [];
//Disabled, cleanflight does not use MSP_BOX.
/*
var AUX_CONFIG_values = [];
*/
var MODE_RANGES = [];
var ADJUSTMENT_RANGES = [];
@ -126,5 +129,5 @@ var MISC = {
vbatscale: 0,
vbatmincellvoltage: 0,
vbatmaxcellvoltage: 0,
placeholder3: 0
vbatwarningcellvoltage: 0
};