Enable G-Tune for CC3D (but not included in the OPBL version)

This commit is contained in:
Michael Jakob 2015-06-04 18:25:40 +02:00
parent edf08648bc
commit 72ff296850
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@
#define SERIAL_RX
#define SONAR
#define AUTOTUNE
#define GTUNE
#define USE_SERVOS
#define USE_CLI
@ -120,6 +121,7 @@
// disabled some features for OPBL build due to code size.
#undef AUTOTUNE
#undef DISPLAY
#undef GTUNE
#undef SONAR
#define SKIP_CLI_COMMAND_HELP
#endif