mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Add arming disable flags to setup tab
This commit is contained in:
parent
9622988631
commit
be70860172
5 changed files with 31 additions and 1 deletions
1
js/fc.js
1
js/fc.js
|
@ -78,6 +78,7 @@ var FC = {
|
|||
numProfiles: 3,
|
||||
rateProfile: 0,
|
||||
boardType: 0,
|
||||
armingDisableFlags: 0,
|
||||
};
|
||||
|
||||
BF_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue