From 1c0f45beac03eaccac0594eee7bb28f0cbc9292c Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Mon, 25 Oct 2021 20:54:13 +0200 Subject: [PATCH] fix arduino library include --- common/base.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/common/base.yaml b/common/base.yaml index 354dbbf..f207f5f 100644 --- a/common/base.yaml +++ b/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: