Add instruction to install Bosch Sensortec Environmental Cluster library

This commit is contained in:
Mathieu Maret 2020-07-28 16:57:03 +02:00
parent cd117f342c
commit fc6020e703
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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