1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

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

View file

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