Skip to content

Commit 5987fd5

Browse files
authored
Add DPS310 baro to Flycolor targets (betaflight#973)
Now using the SPL07-003 baro
1 parent 96002a1 commit 5987fd5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

configs/FLYCOLORF4/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#define USE_GYRO_SPI_MPU6500
3232
#define USE_BARO
3333
#define USE_BARO_BMP388
34+
#define USE_BARO_DPS310
3435
#define USE_FLASH
3536
#define USE_FLASH_W25Q128FV
3637
#define USE_MAX7456

configs/FLYCOLORF435/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#define USE_GYRO_SPI_ICM42688P
3333
#define USE_BARO
3434
#define USE_BARO_BMP388
35+
#define USE_BARO_DPS310
3536
#define USE_FLASH
3637
#define USE_FLASH_M25P16
3738
#define USE_MAX7456

configs/FLYCOLORF7MICRO/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#define USE_GYRO_SPI_ICM42688P
3232
#define USE_BARO
3333
#define USE_BARO_BMP388
34+
#define USE_BARO_DPS310
3435
#define USE_FLASH
3536
#define USE_FLASH_W25Q128FV
3637
#define USE_MAX7456

configs/FLYCOLORH743/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#define USE_ACC_SPI_ICM42688P
3333
#define USE_BARO
3434
#define USE_BARO_BMP388
35+
#define USE_BARO_DPS310
3536
#define USE_FLASH
3637
#define USE_FLASH_W25Q128FV
3738
#define USE_MAX7456

0 commit comments

Comments
 (0)