1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Added MSP command to disable arming.

This commit is contained in:
mikeller 2017-10-11 01:43:29 +13:00
parent a4040caebd
commit 5692fc6688
4 changed files with 17 additions and 3 deletions

View file

@ -33,7 +33,7 @@ static uint32_t enabledSensors = 0;
const char *armingDisableFlagNames[]= {
"NOGYRO", "FAILSAFE", "RXLOSS", "BADRX", "BOXFAILSAFE",
"THROTTLE", "ANGLE", "BOOTGRACE", "NOPREARM", "ARMSWITCH",
"LOAD", "CALIB", "CLI", "CMS", "OSD", "BST"
"LOAD", "CALIB", "CLI", "CMS", "OSD", "BST", "MSP"
};
#endif