mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Show warning on connect when ACC is not calibrated.
This commit is contained in:
parent
f4f6da02c6
commit
bfc83238c4
5 changed files with 159 additions and 65 deletions
|
@ -635,6 +635,7 @@ var FC = {
|
|||
SUPPORTS_CUSTOM_DEFAULTS: 4,
|
||||
HAS_CUSTOM_DEFAULTS: 5,
|
||||
SUPPORTS_RX_BIND: 6,
|
||||
ACC_NEEDS_CALIBRATION: 7,
|
||||
},
|
||||
|
||||
boardHasVcp: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue