1
0
Fork 0
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:
mikeller 2017-10-11 01:46:01 +13:00
parent 7672fcf064
commit 8246b0728d
4 changed files with 76 additions and 36 deletions

View file

@ -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,