mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +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",
|
"RESCUE_SW",
|
||||||
"RPMFILTER",
|
"RPMFILTER",
|
||||||
"REBOOT_REQD",
|
"REBOOT_REQD",
|
||||||
|
"DSHOT_BBANG",
|
||||||
"ARMSWITCH",
|
"ARMSWITCH",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue