Skip to content

Commit 7f9a23d

Browse files
authored
Merge pull request #10458 from Holybro/add-spa06-spl07
Add spa06 and spl07 baro for Kakutef4/f7 FC
2 parents b8a5d9a + 24c1ed9 commit 7f9a23d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/main/target/KAKUTEF4/target.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
# define BARO_I2C_BUS BUS_I2C1
7979
# define USE_BARO_MS5611
8080
# define USE_BARO_BMP280
81+
# define USE_BARO_DPS310
82+
# define USE_BARO_SPL06
8183
#else // V1 does not have I2C exposed, common_post.h will pull in USE_*_MSP
8284
# define USE_BARO
8385
# define USE_MAG

src/main/target/KAKUTEF7/target.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@
131131
#define USE_BARO
132132
#define USE_BARO_BMP280
133133
#define USE_BARO_MS5611
134+
#define USE_BARO_DPS310
135+
#define USE_BARO_SPL06
134136
#define BARO_I2C_BUS BUS_I2C1
135137

136138
#define USE_MAG

src/main/target/KAKUTEF7MINIV3/target.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
#define BARO_I2C_BUS BUS_I2C1
118118
#define USE_BARO_BMP280
119119
#define USE_BARO_MS5611
120+
#define USE_BARO_DPS310
121+
#define USE_BARO_SPL06
120122

121123
/*
122124
* Mag

0 commit comments

Comments
 (0)