mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +03:00
Added bind button for receivers that support it.
This commit is contained in:
parent
2925646d82
commit
c2575935fc
5 changed files with 21 additions and 1 deletions
|
@ -633,6 +633,7 @@ var FC = {
|
|||
HAS_FLASH_BOOTLOADER: 3,
|
||||
SUPPORTS_CUSTOM_DEFAULTS: 4,
|
||||
HAS_CUSTOM_DEFAULTS: 5,
|
||||
SUPPORTS_RX_BIND: 6,
|
||||
},
|
||||
|
||||
boardHasVcp: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue