Use the right mode (aka BOX) - replaces autotune mode. This will help

with migrations.
This commit is contained in:
Dominic Clifton 2015-10-06 21:25:40 +01:00
parent d04bf8abd7
commit 57e5794ae1
1 changed files with 1 additions and 2 deletions

View File

@ -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;