Merge pull request #3005 from bnn1044/master
change the spektrum_bind_pin to RX6 CL_RACINGF4
This commit is contained in:
commit
99b21a4f4d
|
@ -195,11 +195,13 @@
|
|||
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
|
||||
#if defined(CL_RACINGF4)
|
||||
#define DEFAULT_FEATURES (FEATURE_TELEMETRY | FEATURE_OSD )
|
||||
#define SPEKTRUM_BIND_PIN UART6_RX_PIN
|
||||
#else
|
||||
#define DEFAULT_FEATURES (FEATURE_OSD)
|
||||
#define AVOID_UART1_FOR_PWM_PPM
|
||||
#endif
|
||||
#define SPEKTRUM_BIND_PIN UART1_RX_PIN
|
||||
#endif
|
||||
|
||||
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
|
||||
#define TARGET_IO_PORTA (0xffff & ~(BIT(14)|BIT(13)))
|
||||
|
|
Loading…
Reference in New Issue