adafruit / Adafruit_BME280_Library

Arduino Library for BME280 sensors
Other
328 stars 301 forks source link

Added library.json for PlatformIO #92

Closed drzony closed 3 years ago

drzony commented 3 years ago

Adding library.json for use with PlatformIO, it adds required dependencies when disabling auto dependency finder

ladyada commented 3 years ago

thanks! we wont merge as platform.io can use the arduino properties file just fine and makes maintenance easier :)

drzony commented 3 years ago

Unfortunatelly the above cannot be done using library.properties right now, somehow PlatformIO handles dependencies there differently.

ladyada commented 3 years ago

dependencies are listed in all our arduino libraries now 👍 https://github.com/adafruit/Adafruit_BME280_Library/blob/master/library.properties

drzony commented 3 years ago

Yes, I'm aware of that, but PlatformIO does not handle them when dependency finder is turned off. I'll try to create an issue in PlatformIO or stick to my fork

ladyada commented 3 years ago

yes please create an issue with platformio - thank u!