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:
parent
edf08648bc
commit
72ff296850
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue