We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a5d9a commit 24c1ed9Copy full SHA for 24c1ed9
3 files changed
src/main/target/KAKUTEF4/target.h
@@ -78,6 +78,8 @@
78
# define BARO_I2C_BUS BUS_I2C1
79
# define USE_BARO_MS5611
80
# define USE_BARO_BMP280
81
+# define USE_BARO_DPS310
82
+# define USE_BARO_SPL06
83
#else // V1 does not have I2C exposed, common_post.h will pull in USE_*_MSP
84
# define USE_BARO
85
# define USE_MAG
src/main/target/KAKUTEF7/target.h
@@ -131,6 +131,8 @@
131
#define USE_BARO
132
#define USE_BARO_BMP280
133
#define USE_BARO_MS5611
134
+#define USE_BARO_DPS310
135
+#define USE_BARO_SPL06
136
#define BARO_I2C_BUS BUS_I2C1
137
138
#define USE_MAG
src/main/target/KAKUTEF7MINIV3/target.h
@@ -117,6 +117,8 @@
117
118
119
120
121
122
123
/*
124
* Mag
0 commit comments