mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Enable USE_SPEKTRUM_BIND{,_PIN} for relevant targets
FLASH_SIZE > 128 and USE_SERIALRX_SPEKTRUM.
This commit is contained in:
parent
7155a3e6a5
commit
1fe839331e
1 changed files with 5 additions and 0 deletions
|
@ -122,6 +122,11 @@
|
|||
#define VTX_CONTROL
|
||||
#define VTX_SMARTAUDIO
|
||||
#define VTX_TRAMP
|
||||
|
||||
#ifdef USE_SERIALRX_SPEKTRUM
|
||||
#define USE_SPEKTRUM_BIND
|
||||
#define USE_SPEKTRUM_BINDPIN
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if (FLASH_SIZE > 256)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue