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
- custom/veml6075_custom_sensor.h
libraries:
- "https://github.com/adafruit/Adafruit_VEML6075"
- Wire
- SPI
- "https://github.com/adafruit/Adafruit_BusIO"
platformio_options:
lib_ldf_mode: chain+
- "https://github.com/adafruit/Adafruit_VEML6075"
# platformio_options:
# lib_ldf_mode: chain+
# Enable logging
logger:

Loading…
Cancel
Save