Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions configs/BETAFPVF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
#define UART4_RX_PIN PA1
#define UART5_RX_PIN PD2
#define UART6_RX_PIN PC7
#define I2C1_SCL_PIN PB8
#define I2C1_SDA_PIN PB9
#define MAG_I2C_INSTANCE I2CDEV_1
#define INVERTER_PIN_UART3 PC9
#define INVERTER_PIN_UART6 PC8
#define LED0_PIN PB5
Expand Down
3 changes: 3 additions & 0 deletions configs/BETAFPVF405_ELRS/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
#define UART4_RX_PIN PA1
#define UART5_RX_PIN PD2
#define UART6_RX_PIN PC7
#define I2C1_SCL_PIN PB8
#define I2C1_SDA_PIN PB9
#define INVERTER_PIN_UART3 PC9
#define INVERTER_PIN_UART6 PC8
#define LED0_PIN PB5
Expand Down Expand Up @@ -95,6 +97,7 @@
#define ADC2_DMA_OPT 1
#define ADC_INSTANCE ADC2
#define BARO_SPI_INSTANCE SPI3
#define MAG_I2C_INSTANCE I2CDEV_1

#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_OFF
Expand Down