1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +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 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