Skip to content

Commit

Permalink
Add missing BMP280 define (betaflight#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ot0tot authored Aug 5, 2024
1 parent d469f5d commit b952b38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/HIFIONRCF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#define USE_MAX7456
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_BARO
#define USE_BARO_BMP280

#define BEEPER_PIN PC15
#define MOTOR1_PIN PB0
Expand Down Expand Up @@ -93,8 +95,9 @@


#define ADC3_DMA_OPT 1

#define ADC_INSTANCE ADC3
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down

0 comments on commit b952b38

Please sign in to comment.