mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Enabled Dshot burst by default for DALRCF405. (#5362)
This commit is contained in:
parent
3b20e8279b
commit
f73ada0687
2 changed files with 2 additions and 5 deletions
|
@ -20,9 +20,6 @@
|
|||
#define USBD_PRODUCT_STRING "DALRCF405"
|
||||
//----------------------------------------
|
||||
|
||||
//#define USE_TARGET_CONFIG
|
||||
#define USE_DSHOT_DMAR
|
||||
|
||||
//LED & BEE-------------------------------
|
||||
#define LED0_PIN PC14
|
||||
|
||||
|
@ -140,6 +137,8 @@
|
|||
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
|
||||
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
|
||||
|
||||
#define ENABLE_DSHOT_DMAR true
|
||||
|
||||
#define USE_ESCSERIAL
|
||||
#define ESCSERIAL_TIMER_TX_PIN PA3
|
||||
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#define BEEPER PC13
|
||||
#define BEEPER_INVERTED
|
||||
|
||||
#define USE_DSHOT_DMAR
|
||||
|
||||
#define INVERTER_PIN_UART2 PC14
|
||||
|
||||
#define USE_ACC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue