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

Bugfix - Added the hp_bh1750 library to the lib_deps list #448

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

whatisbyandby
Copy link
Contributor

This PR Resolves #447.

The dependency for the BH1750 light sensor was missing, causing the builds to fail. It looks like I forgot to add the hp_bh1750 library to the list of lib_deps in the platformio.ini file when I added the BH1750 sensor earlier this week. My apologies. Adding the library to the lib_deps list seems to resolve the issue.

@brentru
Copy link
Member

brentru commented Jul 14, 2023

@whatisbyandby Totally OK, I updated the pio ini file this week and the updated documentation on the Learning System hasn't been published.

Thanks for fixing.

@brentru brentru merged commit c22bc35 into adafruit:main Jul 14, 2023
@whatisbyandby whatisbyandby deleted the bugfix-missing-dep-bh150 branch July 15, 2023 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build with Platformio because of missing dependency for BH1750 Light Sensor
2 participants