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

Merge pull request #1873 from mikeller/add_bind_button

Added bind button for receivers that support it.
This commit is contained in:
Michael Keller 2020-02-08 20:47:37 +13:00 committed by GitHub
commit 682472e1b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 1 deletions

View file

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