Skip to content

Commit

Permalink
added BARO define (BMP280 and DPS310) (#1187)
Browse files Browse the repository at this point in the history
* added BARO define (BMP280 and DPS310)

* added baro I2C dev configuration
Guidus93 authored Nov 13, 2023
1 parent fa1fdb2 commit 814c459
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/default/MEPS-MEPSF411.config
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_M25P16
#define USE_MAX7456
@@ -87,6 +90,8 @@ led 2 2,15::C:10
led 3 3,15::C:10

# master
set baro_bustype = I2C
set baro_i2c_device = 1
set serialrx_provider = SBUS
set blackbox_device = SPIFLASH
set dshot_burst = AUTO

0 comments on commit 814c459

Please sign in to comment.