mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Temporarily disable autotune on the CC3D OPBL binary.
This commit is contained in:
parent
bc5f48a7e9
commit
266fe45b7e
3 changed files with 6 additions and 1 deletions
|
@ -114,6 +114,10 @@
|
|||
#define AUTOTUNE
|
||||
#define USE_SERVOS
|
||||
|
||||
#if defined(OPBL)
|
||||
#undef AUTOTUNE // disabled for OPBL build due to code size.
|
||||
#endif
|
||||
|
||||
#define SPEKTRUM_BIND
|
||||
// USART3, PB11 (Flexport)
|
||||
#define BIND_PORT GPIOB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue