1
0
Fork 0
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:
jflyper 2017-06-19 19:34:32 +09:00
parent 7155a3e6a5
commit 1fe839331e

View file

@ -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)