Skip to content
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

Update speedybeef7V3 Fix I2C Rangefinder Modul #9200

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/main/target/SPEEDYBEEF7V3/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@

// ********** Optiical Flow adn Lidar **************
#define USE_RANGEFINDER
#define USE_RANGEFINDER_MSP
//#define USE_RANGEFINDER_MSP
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to comment out USE_RANGEFINDER_MSP.

That just enables the MSP rangefinder driver.

Unless you are running out of space on the f7 target, in which case this may need to be a new or custom target.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, please leave this enabled

#define RANGEFINDER_I2C_BUS BUS_I2C2
#define USE_OPFLOW
#define USE_OPFLOW_MSP

Expand Down