mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 20:35:23 +03:00
Added disabling of arming when connected to the configurator.
This commit is contained in:
parent
7672fcf064
commit
8246b0728d
4 changed files with 76 additions and 36 deletions
|
@ -77,6 +77,7 @@ var MSPCodes = {
|
|||
MSP_SENSOR_CONFIG: 96,
|
||||
MSP_SET_SENSOR_CONFIG: 97,
|
||||
//MSP_SPECIAL_PARAMETERS: 98, // DEPRECATED
|
||||
MSP_ARMING_DISABLE: 99,
|
||||
//MSP_SET_SPECIAL_PARAMETERS: 99, // DEPRECATED
|
||||
//MSP_IDENT: 100, // DEPRECTED
|
||||
MSP_STATUS: 101,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue