1
0
Fork 0
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:
Jon Mahoney 2022-09-04 22:46:05 -04:00
parent 5f01063dd2
commit d3c824d6b7
5 changed files with 14 additions and 1 deletions

View file

@ -77,6 +77,7 @@ typedef enum {
BOXMSPOVERRIDE,
BOXSTICKCOMMANDDISABLE,
BOXBEEPERMUTE,
BOXREADY,
CHECKBOX_ITEM_COUNT
} boxId_e;