All notable changes to this project will be documented in this file.
This format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Upgrade to the embedded HAL 1.0 release. Thank you to Andrew Straw (astraw) for the addition.
- Impement
core::error::Error
for ouraht20_driver::Error<E>
, again thank you to Andrew for this work. Note that this increases our Minimum Supported Rust Version to 1.81.
- A feature flag for defmt. Thank you to Andrew Straw (astraw) for the addition.
- An error in the humidity calculation was fixed by Samuel Holland (smaeul).
1.2.1 - 2024-04-28
- CheckStatus behavior that could cause a hang. Thank you to Max Barnash (arr-ee) for the report and patch.
1.2.0 - 2022-02-22
- The
measure_no_fp
method that takes a measurement, but does not use floating point math.
1.1.0 - 2022-02-22
- Added this changelog.
- Changed from rtt to Defmt logging, saving more than 30k of flash space.