mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-14 20:10: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
|
@ -173,7 +173,10 @@ var MSPCodes = {
|
|||
MSP_DEBUGMSG: 253, // Not used
|
||||
MSP_DEBUG: 254,
|
||||
|
||||
// MSPv2
|
||||
// MSPv2 Common
|
||||
MSP2_COMMON_SERIAL_CONFIG: 0x1009,
|
||||
MSP2_COMMON_SET_SERIAL_CONFIG: 0x100A,
|
||||
|
||||
// MSPv2 Betaflight specific
|
||||
MSP2_BETAFLIGHT_BIND: 0x3000,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue