Skip to content

Commit

Permalink
Update DREAMFLYF405 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Apr 20, 2024
1 parent 7556c8e commit 46b1588
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configs/DREAMFLYF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
TIMER_PIN_MAP( 5, PB1, 2, 0 ) \
TIMER_PIN_MAP( 6, PA10, 1, 0 ) \
TIMER_PIN_MAP( 7, PB4, 1, 0 ) \
TIMER_PIN_MAP( 8, PB3, 1, 0 )
TIMER_PIN_MAP( 8, PB3, 1, 0 ) \
TIMER_PIN_MAP( 9, PB8, 1, 0 ) \
TIMER_PIN_MAP(10, PB9, 2, -1 )

#define ADC3_DMA_OPT 0

Expand All @@ -113,7 +115,7 @@
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define ADC_INSTANCE ADC3
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_AUTO
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define BEEPER_INVERTED
Expand Down

0 comments on commit 46b1588

Please sign in to comment.