mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +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:
parent
fae746d908
commit
068c34da79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue