File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments