Skip to content

Commit

Permalink
Merge pull request #10458 from Holybro/add-spa06-spl07
Browse files Browse the repository at this point in the history
 Add spa06 and spl07 baro for Kakutef4/f7 FC
  • Loading branch information
mmosca authored Nov 7, 2024
2 parents b8a5d9a + 24c1ed9 commit 7f9a23d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/target/KAKUTEF4/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
# define BARO_I2C_BUS BUS_I2C1
# define USE_BARO_MS5611
# define USE_BARO_BMP280
# define USE_BARO_DPS310
# define USE_BARO_SPL06
#else // V1 does not have I2C exposed, common_post.h will pull in USE_*_MSP
# define USE_BARO
# define USE_MAG
Expand Down
2 changes: 2 additions & 0 deletions src/main/target/KAKUTEF7/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_MS5611
#define USE_BARO_DPS310
#define USE_BARO_SPL06
#define BARO_I2C_BUS BUS_I2C1

#define USE_MAG
Expand Down
2 changes: 2 additions & 0 deletions src/main/target/KAKUTEF7MINIV3/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
#define BARO_I2C_BUS BUS_I2C1
#define USE_BARO_BMP280
#define USE_BARO_MS5611
#define USE_BARO_DPS310
#define USE_BARO_SPL06

/*
* Mag
Expand Down

0 comments on commit 7f9a23d

Please sign in to comment.