mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Allow CLI to be compiled out.
First cut, as proof-of-concept. This allows CJMCU target to be built without CLI and with Blackbox.
This commit is contained in:
parent
67c6967da7
commit
d0a9d14b87
15 changed files with 35 additions and 6 deletions
|
@ -113,6 +113,7 @@
|
|||
#define SERIAL_RX
|
||||
#define AUTOTUNE
|
||||
#define USE_SERVOS
|
||||
#define USE_CLI
|
||||
|
||||
#if defined(OPBL)
|
||||
#undef AUTOTUNE // disabled for OPBL build due to code size.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue