Browse Source

fix arduino library include

esphome
Hendrik Langer 3 years ago
parent
commit
1c0f45beac
  1. 8
      common/base.yaml

8
common/base.yaml

@ -9,10 +9,12 @@ esphome:
- fonts/weather_icon_map.h - fonts/weather_icon_map.h
- custom/veml6075_custom_sensor.h - custom/veml6075_custom_sensor.h
libraries: libraries:
- "https://github.com/adafruit/Adafruit_VEML6075" - Wire
- SPI
- "https://github.com/adafruit/Adafruit_BusIO" - "https://github.com/adafruit/Adafruit_BusIO"
platformio_options: - "https://github.com/adafruit/Adafruit_VEML6075"
lib_ldf_mode: chain+ # platformio_options:
# lib_ldf_mode: chain+
# Enable logging # Enable logging
logger: logger:

Loading…
Cancel
Save