mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Add missing ARMING_DISABLED_DSHOT_BITBANG name string
Would caouse display problems in the OSD with `ARMING_DISABLED_DSHOT_BITBANG` showing up as `ARMSWITCH` and any real cases of `ARMING_DISABLED_ARM_SWITCH` display garbage or possibly cause a wedge.
This commit is contained in:
parent
1b1647fc95
commit
1d7cb24bb9
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ const char *armingDisableFlagNames[]= {
|
|||
"RESCUE_SW",
|
||||
"RPMFILTER",
|
||||
"REBOOT_REQD",
|
||||
"DSHOT_BBANG",
|
||||
"ARMSWITCH",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue