Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
8 changes: 8 additions & 0 deletions configs/BETAFPVF405_ELRS/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
#ifndef USE_MAG
#define USE_MAG
#define USE_MAG_QMC5883
#define USE_MAG_IST8310
#endif

#define BEEPER_PIN PB4
#define MOTOR1_PIN PB0
Expand All @@ -57,6 +62,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 +102,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