Skip to content

Commit

Permalink
Update FLYWOOF411_5IN1_AIO (betaflight#684)
Browse files Browse the repository at this point in the history
Remove unused timer pin mappings, disable bitbang.
  • Loading branch information
ot0tot authored Feb 4, 2025
1 parent 760a18f commit 1ea2d4e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions configs/FLYWOOF411_5IN1_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,20 @@
#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP( 0, PA2 , 3, -1) \
TIMER_PIN_MAP( 1, PA8 , 1, 1) \
TIMER_PIN_MAP( 2, PB3 , 1, 0) \
TIMER_PIN_MAP( 2, PB6 , 1, 0) \
TIMER_PIN_MAP( 3, PB10, 1, 0) \
TIMER_PIN_MAP( 4, PA15, 1, 0) \
TIMER_PIN_MAP( 5, PB6 , 1, 0) \
TIMER_PIN_MAP( 6, PB7 , 1, 0) \
TIMER_PIN_MAP( 7, PB0 , 2, 0) \
TIMER_PIN_MAP( 8, PB4 , 1, 0) \
TIMER_PIN_MAP( 9, PA0 , 2, 0)


TIMER_PIN_MAP( 4, PB7 , 1, 0) \
TIMER_PIN_MAP( 5, PA15, 1, 0) \
TIMER_PIN_MAP( 6, PA0 , 2, 0)

#define ADC1_DMA_OPT 0

#define MAG_I2C_INSTANCE I2CDEV_1
#define BARO_I2C_INSTANCE I2CDEV_1
#define RX_SPI_DEFAULT_PROTOCOL RX_SPI_FRSKY_D
#define RX_SPI_INSTANCE SPI3
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_OFF
#define DEFAULT_DSHOT_TELEMETRY DSHOT_TELEMETRY_ON
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
Expand Down

0 comments on commit 1ea2d4e

Please sign in to comment.