1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 19:40:27 +03:00

Add spa06 and spl07 baro for Kakutef4/f7 FC

This commit is contained in:
jamming 2024-11-07 15:21:50 +08:00
parent b8a5d9a2d6
commit 24c1ed91f9
3 changed files with 6 additions and 0 deletions

View file

@ -78,6 +78,8 @@
# define BARO_I2C_BUS BUS_I2C1 # define BARO_I2C_BUS BUS_I2C1
# define USE_BARO_MS5611 # define USE_BARO_MS5611
# define USE_BARO_BMP280 # 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 #else // V1 does not have I2C exposed, common_post.h will pull in USE_*_MSP
# define USE_BARO # define USE_BARO
# define USE_MAG # define USE_MAG

View file

@ -131,6 +131,8 @@
#define USE_BARO #define USE_BARO
#define USE_BARO_BMP280 #define USE_BARO_BMP280
#define USE_BARO_MS5611 #define USE_BARO_MS5611
#define USE_BARO_DPS310
#define USE_BARO_SPL06
#define BARO_I2C_BUS BUS_I2C1 #define BARO_I2C_BUS BUS_I2C1
#define USE_MAG #define USE_MAG

View file

@ -117,6 +117,8 @@
#define BARO_I2C_BUS BUS_I2C1 #define BARO_I2C_BUS BUS_I2C1
#define USE_BARO_BMP280 #define USE_BARO_BMP280
#define USE_BARO_MS5611 #define USE_BARO_MS5611
#define USE_BARO_DPS310
#define USE_BARO_SPL06
/* /*
* Mag * Mag