mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Enable Spektrum bind for CJMCU, CC3D, NAZE32PRO targets
This commit is contained in:
parent
1766857da6
commit
97523e832c
5 changed files with 16 additions and 1 deletions
|
@ -179,7 +179,6 @@ void spektrumBind(rxConfig_t *rxConfig)
|
|||
return;
|
||||
#endif
|
||||
|
||||
// USART2, PA3
|
||||
spekBindPort = BIND_PORT;
|
||||
spekBindPin = BIND_PIN;
|
||||
|
||||
|
|
|
@ -76,3 +76,8 @@
|
|||
#define TELEMETRY
|
||||
#define SERIAL_RX
|
||||
#define AUTOTUNE
|
||||
|
||||
#define SPEKTRUM_BIND
|
||||
// USART3, PB11 (Flexport)
|
||||
#define BIND_PORT GPIOB
|
||||
#define BIND_PIN Pin_11
|
||||
|
|
|
@ -61,3 +61,8 @@
|
|||
#define SENSORS_SET (SENSOR_ACC | SENSOR_MAG)
|
||||
|
||||
#define SERIAL_RX
|
||||
|
||||
#define SPEKTRUM_BIND
|
||||
// USART2, PA3
|
||||
#define BIND_PORT GPIOA
|
||||
#define BIND_PIN Pin_3
|
||||
|
|
|
@ -114,5 +114,6 @@
|
|||
#define AUTOTUNE
|
||||
|
||||
#define SPEKTRUM_BIND
|
||||
// USART2, PA3
|
||||
#define BIND_PORT GPIOA
|
||||
#define BIND_PIN Pin_3
|
||||
|
|
|
@ -46,3 +46,8 @@
|
|||
#define TELEMETRY
|
||||
#define SERIAL_RX
|
||||
#define AUTOTUNE
|
||||
|
||||
#define SPEKTRUM_BIND
|
||||
// USART2, PA3
|
||||
#define BIND_PORT GPIOA
|
||||
#define BIND_PIN Pin_3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue