mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-14 11:59:53 +03:00
Merge pull request #1605 from McGiverGim/msp_multiple_msp
Add MSP_MULTIPLE_MSP command
This commit is contained in:
commit
cd7f305bef
3 changed files with 67 additions and 0 deletions
|
@ -156,6 +156,8 @@ var MSPCodes = {
|
|||
MSP_SET_VTXTABLE_BAND: 227,
|
||||
MSP_SET_VTXTABLE_POWERLEVEL: 228,
|
||||
|
||||
MSP_MULTIPLE_MSP: 230,
|
||||
|
||||
MSP_MODE_RANGES_EXTRA: 238,
|
||||
MSP_SET_ACC_TRIM: 239,
|
||||
MSP_ACC_TRIM: 240,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue