mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-14 11:59:53 +03:00
parent
b7d0bd5df1
commit
09355c25d0
7 changed files with 78 additions and 72 deletions
|
@ -195,10 +195,13 @@ const MSPCodes = {
|
|||
MSP2_SET_MOTOR_OUTPUT_REORDERING: 0x3002,
|
||||
MSP2_SEND_DSHOT_COMMAND: 0x3003,
|
||||
MSP2_GET_VTX_DEVICE_STATUS: 0x3004,
|
||||
MSP2_GET_OSD_WARNINGS: 0x3005,
|
||||
MSP2_GET_TEXT: 0x3006,
|
||||
MSP2_SET_TEXT: 0x3007,
|
||||
|
||||
// MSP2_GET_TEXT and MSP2_SET_TEXT variable types
|
||||
MSP2TEXT_PILOT_NAME: 1,
|
||||
MSP2TEXT_CRAFT_NAME: 2,
|
||||
PILOT_NAME: 1,
|
||||
CRAFT_NAME: 2,
|
||||
PID_PROFILE_NAME: 3,
|
||||
RATE_PROFILE_NAME: 4,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue