1.3 KiB
1.3 KiB
Change Log
0.4.2 (2018-01-05)
get_sensor_settings
now properly returns the configured temperature offset, closes #12. Thank you @nickbroon for reporting this and @caemor for the feedback.
0.4.1 (2018-12-22)
with_temperature_offset
now usesf32
instead ofi32
. Fixed calulation for non negative offsets.
0.4.0 (2018-12-18)
- Add
with_temperature_offset
toSettingsBuilder
for specifying a temperature offset for the temperature calculation.
0.3.2 (2018-11-12)
- Add screenshots to documentation
- Removed Cargo.lock
- Update dependencies:
- env-logger to
v0.6
- influent to
v0.5
- env-logger to
Merged pull requests: