Skip to content

Commit 24c1ed9

Browse files
committed
Add spa06 and spl07 baro for Kakutef4/f7 FC
1 parent b8a5d9a commit 24c1ed9

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

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)