View Source Changelog
v0.2.4
Changed
- Allow circuits_i2c 2.0 to be used (Thanks @fhunleth!)
v0.2.3
Added
- Allow I2C address to be set with
:addressoption (Thanks @fhunleth!)
v0.2.2
This update just allows circuits_i2c ~> 1.0 and telemetry ~> 1.0
but introduces no functional changes. (thanks @krns! :heart:)
v0.2.1
Added
- CRC's are now checked after reads
0.2.0
Breaking Changes
- module renamed from
Sgp30=>SGP30 - values now include units
tvoc=>tvoc_ppbeco2=>co2_eq_ppm
:serialis now an 48bit integer
- module renamed from
Enhancments
- added support for
:telemetry-start,stop, andexceptionevents are reported along with the measurements. SeeREADME.mdfor more details.
- added support for
0.1.1
Bug Fixes
- Fix
Logger.debug/1undefined error - Adjusted polling time for more accurate measurements
- Fixed
ethanolmisspelling
- Fix
Enhancements
- Remove then "measuring..." log message to keep logs clean
0.1.0
- Initial release