mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Ready Mode
By giving a mode that signals the pilot is ready other than armed props at a race event it will be easier to determine when all pilots are ready to race.
This commit is contained in:
parent
5f01063dd2
commit
d3c824d6b7
5 changed files with 14 additions and 1 deletions
|
@ -77,6 +77,7 @@ typedef enum {
|
|||
BOXMSPOVERRIDE,
|
||||
BOXSTICKCOMMANDDISABLE,
|
||||
BOXBEEPERMUTE,
|
||||
BOXREADY,
|
||||
CHECKBOX_ITEM_COUNT
|
||||
} boxId_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue