1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

Add in prearm option for safer arming.

When prearm is used, it must be enabled before arming.  Before you can arm again, the prearm switch needs to get toggled. (+3 squashed commit)
This commit is contained in:
Bryce Johnson 2017-07-30 14:22:26 -05:00
parent 5b31ca2916
commit f8bd089e47
4 changed files with 29 additions and 10 deletions

View file

@ -58,6 +58,7 @@ typedef enum {
BOXCAMERA2,
BOXCAMERA3,
BOXDSHOTREVERSE,
BOXPREARM,
CHECKBOX_ITEM_COUNT
} boxId_e;