Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Use re-packaged libalgobsec.a for ESP8266
Browse files Browse the repository at this point in the history
Instead of relying on a patched arduino framework, we now rely on a patched library file as described in esphome/feature-requests#16 (comment) and implemented in trvrnrth/BSEC-Arduino-library@5ebd709

Hopefully this change can be made upstream in future.
  • Loading branch information
trvrnrth committed Sep 18, 2020
1 parent 07a18b1 commit d0f3dee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/.bsecsensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ esphome:
includes:
- bsecsensor.h
libraries:
- bsec=https://github.com/BoschSensortec/BSEC-Arduino-library
arduino_version: '2.7.4'
platformio_options:
# Use patched arduino to modify BSEC library memory location
# https://github.com/BoschSensortec/BSEC-Arduino-library#4-additional-core-specific-modifications
platform_packages: framework-arduinoespressif8266 @ https://github.com/trvrnrth/Arduino.git
- bsec=https://github.com/trvrnrth/BSEC-Arduino-library

wifi:
ssid: !secret wifi_ssid
Expand Down

0 comments on commit d0f3dee

Please sign in to comment.