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

Arm prevention if Rescue is activated

This commit is contained in:
Tony Cabello 2018-11-29 05:45:20 +01:00
parent 8a4ea0785e
commit 84d2bc2c83
6 changed files with 135 additions and 11 deletions

View file

@ -53,7 +53,8 @@ const char *armingDisableFlagNames[]= {
"MSP",
"PARALYZE",
"GPS",
"ARMSWITCH"
"RESCUE SW",
"ARMSWITCH",
};
static armingDisableFlags_e armingDisableFlags = 0;