adafruit / Adafruit_BMP280_Library

Arduino Library for BMP280 sensors
255 stars 186 forks source link

Library is missing dependency list (e.g., Adafruit_I2C) #81

Open DeflateAwning opened 1 year ago

DeflateAwning commented 1 year ago

When using this library in Platform.io, it doesn't install the required dependencies correctly. This is presumably an issue in other development environments as well.

Please set the dependency list correctly and fully. Thanks!

WackoKacko commented 1 year ago

Was about to post the same issue. Library doesn't work on PlatformIO

DeflateAwning commented 1 year ago

For me, adding the Adafruit BusIO library to the lib_deps made it work, but that shouldn't be required

WackoKacko commented 1 year ago

Happy it worked for you. Just tried the same and it still failed to build for me. Any further tips?

DeflateAwning commented 1 year ago

What's your error? Open a separate issue with your specific error