Enable USE_SPEKTRUM_BIND{,_PIN} for relevant targets
FLASH_SIZE > 128 and USE_SERIALRX_SPEKTRUM.
This commit is contained in:
parent
7155a3e6a5
commit
1fe839331e
|
@ -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…
Reference in New Issue