1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 21:35:33 +03:00

Arming disabled flags into text

This commit is contained in:
Miguel Angel Mulero Martinez 2019-01-16 16:53:09 +01:00
parent c1a188f31d
commit 2c04c3350b
6 changed files with 167 additions and 19 deletions

View file

@ -81,6 +81,7 @@ var FC = {
numProfiles: 3,
rateProfile: 0,
boardType: 0,
armingDisableCount: 0,
armingDisableFlags: 0,
armingDisabled: false,
runawayTakeoffPreventionDisabled: false,