Skip to content

Commit

Permalink
changelog: added missing entries
Browse files Browse the repository at this point in the history
  • Loading branch information
s-t-a-n committed Oct 12, 2024
1 parent 3ea63b9 commit 53f05cb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
-->

## [0.1.0] - 2024-10-12

### Added

- SHT31/DS18B20/DS3231: added sensor lockout exception for too many failed updates
- io/analogue output: Added `creep_stop()` which stops the hardware stack backend from trying to ‘creep’ towards the
target.
- controller/heater: added dynamic gain to configured Kp for error's outside of heater's stable region, effectively
making heater a lot more aggressive when not in stable temperature region

### Changed

- changed many DBG statements to LOG/WARN/ERROR statements, making use of Spine's new logging API
- debugging: uses Spine's new debugging API (`spn_assert` instead of `assert`)
- SHT31: simplified and improved driver middleware

### Fixed

- subsys/climatecontrol: Fixed missing parameter for temperature sensor to `ClimateControl` constructor. The index of
the enum used to access the peripheral was zero to begin with, so not effect in terms of execution.

## [0.0.1] - 2024-09-23

### Added
Expand Down

0 comments on commit 53f05cb

Please sign in to comment.