-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -33,6 +33,7 @@ | |||||||||||
#define USE_GYRO_SPI_MPU6000 | ||||||||||||
#define USE_ACC_SPI_MPU6000 | ||||||||||||
#define USE_BARO_BMP280 | ||||||||||||
#define USE_BARO_DPS310 | ||||||||||||
Comment on lines
35
to
+36
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Also remove these lines further down
|
||||||||||||
#define USE_MAX7456 | ||||||||||||
#define USE_SDCARD | ||||||||||||
|
||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -31,6 +31,7 @@ | |||||||||||
#define USE_GYRO | ||||||||||||
#define USE_GYRO_SPI_MPU6000 | ||||||||||||
#define USE_BARO_BMP280 | ||||||||||||
#define USE_BARO_DPS310 | ||||||||||||
Comment on lines
33
to
+34
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as KAKUTEF7 target
Suggested change
and remove
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also remove |
||||||||||||
#define USE_SDCARD | ||||||||||||
|
||||||||||||
#define BEEPER_PIN PD15 | ||||||||||||
|
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.
This FC has no I2C resources assigned, so these defines should not be included.