mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 12:25:13 +03:00
MISC auto_disarm_delay and disarm_kill_switch
This commit is contained in:
parent
8b2627c470
commit
fc656d4ac2
1 changed files with 3 additions and 1 deletions
|
@ -152,7 +152,9 @@ var MISC = {
|
|||
vbatscale: 0,
|
||||
vbatmincellvoltage: 0,
|
||||
vbatmaxcellvoltage: 0,
|
||||
vbatwarningcellvoltage: 0
|
||||
vbatwarningcellvoltage: 0,
|
||||
auto_disarm_delay: 0,
|
||||
disarm_kill_switch: 0
|
||||
};
|
||||
|
||||
var DATAFLASH = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue