Skip to content

Releases: boschsensortec/BSEC-Arduino-library

v1.8.1492

13 Mar 10:15
Compare
Choose a tag to compare
  • Added missing config files
  • Added octopus_demo example. Updated esp32DeepSleep example.
  • Fixed a bug with incorrect include paths

Known issues:

  • The compensated temperature, compensated humidity, IAQ & Static IAQ values were showing abnormal results because the algorithm expects an absolute time for computing these values. But during deepsleep the time will get reset.

v1.7.1492

30 Jan 12:12
Compare
Choose a tag to compare
  • Updated to BSEC v1.4.9.2
  • Added support for BME688
  • Bug fixes and improvements

v1.6.1480

18 Nov 06:52
Compare
Choose a tag to compare

Updated to v1.4.8.0.
Updated the ESP8266's static library to not need linker script modifications. Thanks @trvrnrth

v1.6.1474

04 Aug 15:53
Compare
Choose a tag to compare

Updated the properties file to support Arduino 1.8.13

v1.5.1474

23 Jan 08:17
c5503e0
Compare
Choose a tag to compare
  • Added support for multi-instance through state switching.
  • This feature enables operation with minimum RAM retention.

v1.2.1474

25 Jul 09:57
Compare
Choose a tag to compare
  • Revised versioning.
  • Updated BSEC library to v1.4.7.4.
  • Added idleTask parameter to BSEC::begin.
  • Added support to include multiple configurations.