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:
parent
3cee0c99cc
commit
25435ea49c
5 changed files with 38 additions and 7 deletions
|
@ -53,8 +53,9 @@ const char *armingDisableFlagNames[]= {
|
|||
"MSP",
|
||||
"PARALYZE",
|
||||
"GPS",
|
||||
"RESCUE SW",
|
||||
"RESCUE_SW",
|
||||
"RPMFILTER",
|
||||
"REBOOT_REQD",
|
||||
"ARMSWITCH",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue