1
0
Fork 0
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:
mikeller 2020-03-01 21:11:33 +13:00
parent f4f6da02c6
commit bfc83238c4
5 changed files with 159 additions and 65 deletions

View file

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