1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 13:25:24 +03:00

Merge pull request #1903 from mikeller/show_acc_calibration_warning

Show warning on connect when ACC is not calibrated.
This commit is contained in:
Michael Keller 2020-03-05 09:28:29 +13:00 committed by GitHub
commit 8607d8293d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 159 additions and 65 deletions

View file

@ -637,6 +637,7 @@ var FC = {
SUPPORTS_CUSTOM_DEFAULTS: 4,
HAS_CUSTOM_DEFAULTS: 5,
SUPPORTS_RX_BIND: 6,
ACC_NEEDS_CALIBRATION: 7,
},
boardHasVcp: function () {