mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Use the right mode (aka BOX) - replaces autotune mode. This will help
with migrations.
This commit is contained in:
parent
d04bf8abd7
commit
57e5794ae1
1 changed files with 1 additions and 2 deletions
|
@ -41,14 +41,13 @@ typedef enum {
|
||||||
BOXGOV,
|
BOXGOV,
|
||||||
BOXOSD,
|
BOXOSD,
|
||||||
BOXTELEMETRY,
|
BOXTELEMETRY,
|
||||||
// BOXAUTOTUNE,
|
BOXGTUNE,
|
||||||
BOXSONAR,
|
BOXSONAR,
|
||||||
BOXSERVO1,
|
BOXSERVO1,
|
||||||
BOXSERVO2,
|
BOXSERVO2,
|
||||||
BOXSERVO3,
|
BOXSERVO3,
|
||||||
BOXBLACKBOX,
|
BOXBLACKBOX,
|
||||||
BOXFAILSAFE,
|
BOXFAILSAFE,
|
||||||
BOXGTUNE,
|
|
||||||
CHECKBOX_ITEM_COUNT
|
CHECKBOX_ITEM_COUNT
|
||||||
} boxId_e;
|
} boxId_e;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue