-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SPA06 and SPL07 baro support for Kakute series FC #604
base: master
Are you sure you want to change the base?
Conversation
@sugaarK We are hoping to add these default support for the Holybro Kakute series. |
#define USE_BARO | ||
#define USE_BARO_BMP280 | ||
#define USE_BARO_DPS310 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#define USE_BARO | |
#define USE_BARO_BMP280 | |
#define USE_BARO_DPS310 |
This FC has no I2C resources assigned, so these defines should not be included.
#define USE_BARO_BMP280 | ||
#define USE_BARO_DPS310 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#define USE_BARO_BMP280 | |
#define USE_BARO_DPS310 | |
#define USE_BARO | |
#define USE_BARO_BMP280 | |
#define USE_BARO_DPS310 |
Also remove these lines further down
#define USE_BARO
#define DEFAULT_BARO_DEVICE BARO_BMP280
#define USE_BARO_BMP280 | ||
#define USE_BARO_DPS310 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as KAKUTEF7 target
#define USE_BARO_BMP280 | |
#define USE_BARO_DPS310 | |
#define USE_BARO | |
#define USE_BARO_BMP280 | |
#define USE_BARO_DPS310 |
and remove
#define USE_BARO
#define DEFAULT_BARO_DEVICE BARO_BMP280
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also remove DEFAULT_BARO
defines in other targets.
no worries |
The BARO used in the KAKUTE series flight controllers is BMP280. BMP280 is now discontinued. Need to replace the baro of KAKUTE series flight controllers with SPA06/SPL07.