1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

FIX: Barometers tend to be on boards (#12105)

- this removes the inclusion of all the barometers, expectation is the specific baro will be in the config file.
- users can still add any baro using the custom defines (to work out what needs updating for the config file)
This commit is contained in:
J Blackman 2022-12-30 00:52:59 +11:00 committed by GitHub
parent fae746d908
commit 068c34da79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@
#define USE_MAG_AK8975
#endif
#if defined(USE_BARO) && !defined(USE_FAKE_BARO)
#if defined(USE_BARO) && !defined(USE_FAKE_BARO) && !defined(CLOUD_BUILD)
#define USE_BARO_MS5611
#define USE_BARO_SPI_MS5611
#define USE_BARO_BMP280