Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@marcelbuesing marcelbuesing released this 06 May 21:00
· 3 commits to master since this release
a4b407d

0.6.0 (2021-05-06)

Full Changelog

  • @jgosmann Add missing sleep to example. Closes #23.
    One has to sleep for the duration of the configured profile to read
    proper data.
  • @jgosmann Expose gas_valid and heat_stab.
    The BME680 datasheet recommends to check these values to ensure that a
    gas reading is valid. To do so, they must be exposed by the library.
  • @huntc avoid retaining ownership of delayer, by passing the delayer as mutable reference.
  • @huntc make Doctests work on non linux environments.
  • Update influx example dependency to tokio 1.5