1
0
Fork 0
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:
Bruce Luckcuck 2019-10-10 10:08:15 -04:00
parent 1b1647fc95
commit 1d7cb24bb9

View file

@ -56,6 +56,7 @@ const char *armingDisableFlagNames[]= {
"RESCUE_SW",
"RPMFILTER",
"REBOOT_REQD",
"DSHOT_BBANG",
"ARMSWITCH",
};