mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Add support for battery profiles
This commit is contained in:
parent
a1b807fc4b
commit
e945c0749c
11 changed files with 131 additions and 8 deletions
2
js/fc.js
2
js/fc.js
|
@ -97,6 +97,7 @@ var FC = {
|
|||
activeSensors: 0,
|
||||
mode: [],
|
||||
profile: 0,
|
||||
battery_profile: 0,
|
||||
uid: [0, 0, 0],
|
||||
accelerometerTrims: [0, 0],
|
||||
armingFlags: 0
|
||||
|
@ -271,6 +272,7 @@ var FC = {
|
|||
rssi_channel: 0,
|
||||
placeholder2: 0,
|
||||
mag_declination: 0, // not checked
|
||||
battery_cells: 0,
|
||||
vbatscale: 0,
|
||||
vbatdetectcellvoltage: 0,
|
||||
vbatmincellvoltage: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue