mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +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,
|
||||
BOXOSD,
|
||||
BOXTELEMETRY,
|
||||
// BOXAUTOTUNE,
|
||||
BOXGTUNE,
|
||||
BOXSONAR,
|
||||
BOXSERVO1,
|
||||
BOXSERVO2,
|
||||
BOXSERVO3,
|
||||
BOXBLACKBOX,
|
||||
BOXFAILSAFE,
|
||||
BOXGTUNE,
|
||||
CHECKBOX_ITEM_COUNT
|
||||
} boxId_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue