1
0
Fork 0
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:
Michael Keller 2018-03-04 11:49:15 +13:00 committed by GitHub
parent 3b20e8279b
commit f73ada0687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -25,8 +25,6 @@
#define BEEPER PC13
#define BEEPER_INVERTED
#define USE_DSHOT_DMAR
#define INVERTER_PIN_UART2 PC14
#define USE_ACC