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

Add reboot required arming disabled flag, support for setting in MSP

This commit is contained in:
Bruce Luckcuck 2019-05-19 08:58:44 -04:00
parent 3cee0c99cc
commit 25435ea49c
5 changed files with 38 additions and 7 deletions

View file

@ -53,8 +53,9 @@ const char *armingDisableFlagNames[]= {
"MSP",
"PARALYZE",
"GPS",
"RESCUE SW",
"RESCUE_SW",
"RPMFILTER",
"REBOOT_REQD",
"ARMSWITCH",
};