exxamalte / esphome-customisations

ESPHome customisations.
Apache License 2.0
20 stars 8 forks source link

vl6180x missing Adafruit_I2CDevice.h #5

Closed Eistee82 closed 2 years ago

Eistee82 commented 2 years ago

Hi, the vl6180x is not working. I get this on compile:

` In file included from .piolibdeps/klimaanlage/Adafruit_VL6180X/Adafruit_VL6180X.cpp:29: .piolibdeps/klimaanlage/Adafruit_VL6180X/Adafruit_VL6180X.h:25:10: fatal error: Adafruit_I2CDevice.h: No such file or directory


exxamalte commented 2 years ago

Thanks for reporting this. It sounds very similar to #2.

exxamalte commented 2 years ago

I fixed the sample configuration which needs to include a few more libraries. Also, please upgrade to the latest vl6180x_sensor.h file which fixes a separate issue that I just discovered.