mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fix esc serial pacer timer def
This commit is contained in:
parent
e68df0415e
commit
0cd14ca85b
1 changed files with 1 additions and 2 deletions
|
@ -89,7 +89,7 @@
|
|||
#define SERIAL_PORT_COUNT 5 //VCP, USART1, USART3, USART4, USART6
|
||||
|
||||
#define USE_ESCSERIAL
|
||||
#define ESCSERIAL_TIMER_TX_HARDWARE 0 // PWM 1
|
||||
#define ESCSERIAL_TIMER_TX_PIN PB9
|
||||
|
||||
//SPI
|
||||
#define USE_SPI
|
||||
|
@ -111,7 +111,6 @@
|
|||
#define USE_ADC
|
||||
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
|
||||
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
|
||||
#define BOARD_HAS_VOLTAGE_DIVIDER
|
||||
#define VBAT_ADC_PIN PC1
|
||||
//#define RSSI_ADC_PIN PC2
|
||||
#define CURRENT_METER_ADC_PIN PC2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue