trvrnrth / esphome-bsec-bme680

ESPHome component for the Bosch BME680 sensor via BSEC providing temperature, humidity, pressure and indoor air quality measurements.
85 stars 17 forks source link

Reduce RAM requirements for setup #27

Closed trvrnrth closed 3 years ago

trvrnrth commented 3 years ago

These changes only intitialize the config arrays when necessary rather than keeping all options hanging around at all times.