From fc6020e703d1b2f07221b3e811b356227846082c Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 28 Jul 2020 16:57:03 +0200 Subject: [PATCH] Add instruction to install Bosch Sensortec Environmental Cluster library --- .gitlab-ci.yml | 1 + Readme.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8164377..73ad879 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ before_script: - arduino --install-library "Adafruit BME680 Library" || true - arduino --install-library "Adafruit Unified Sensor" || true - arduino --install-library "DHT sensor library" || true + - arduino --install-library "BSEC Software Library" || true - arduino --board esp8266:esp8266:generic --save-prefs - arduino --pref "compiler.warning_level=all" --save-prefs diff --git a/Readme.md b/Readme.md index 678f0ff..7eab824 100644 --- a/Readme.md +++ b/Readme.md @@ -44,3 +44,4 @@ Quick cmdline to install deps: arduino --install-library "Adafruit BME680 Library" arduino --install-library "Adafruit Unified Sensor" arduino --install-library "DHT sensor library" + arduino --install-library "BSEC Software Library" # Then you have to follow the instruction in the README.md in the BSEC install folder