Fixed default, added BETAFLIGHTF4
This commit is contained in:
parent
5a7054f704
commit
870f10e316
|
@ -116,7 +116,7 @@ escSerial_t escSerialPorts[MAX_ESCSERIAL_PORTS];
|
||||||
PG_REGISTER_WITH_RESET_TEMPLATE(escSerialConfig_t, escSerialConfig, PG_ESCSERIAL_CONFIG, 0);
|
PG_REGISTER_WITH_RESET_TEMPLATE(escSerialConfig_t, escSerialConfig, PG_ESCSERIAL_CONFIG, 0);
|
||||||
|
|
||||||
#ifndef ESCSERIAL_TIMER_TX_PIN
|
#ifndef ESCSERIAL_TIMER_TX_PIN
|
||||||
define ESCSERIAL_TIMER_TX_PIN NONE
|
#define ESCSERIAL_TIMER_TX_PIN NONE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PG_RESET_TEMPLATE(escSerialConfig_t, escSerialConfig,
|
PG_RESET_TEMPLATE(escSerialConfig_t, escSerialConfig,
|
||||||
|
|
|
@ -92,8 +92,7 @@
|
||||||
#define SERIAL_PORT_COUNT 5 //VCP, USART1, USART2, USART3, USART6
|
#define SERIAL_PORT_COUNT 5 //VCP, USART1, USART2, USART3, USART6
|
||||||
|
|
||||||
#define USE_ESCSERIAL
|
#define USE_ESCSERIAL
|
||||||
#define ESCSERIAL_TIMER_TX_HARDWARE 0 // PWM 1
|
#define ESCSERIAL_TIMER_TX_PIN B8 // (Hardware=0, PPM)
|
||||||
|
|
||||||
|
|
||||||
#define USE_SPI
|
#define USE_SPI
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue