mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 07:24:20 +01:00
- make sure we call run() before checking for errors, we will miss status update otherwise and lock the sensor class in the error state that it cannot recover from - set error flag only when either bsec or bme680 report an error. ensure we show any issues reported by the library via the debug log ref. https://gitter.im/tinkerman-cat/espurna?at=5f63a955c1d1a53705abcbe3 TODO: add custom error messages through virtual method? Also, a minor fix to the sensors test when using 1m and 2m boards