All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Merge changes from
golioth/reference-design-template@template_v2.8.0.
- Merge changes from
golioth/reference-design-template@template_v2.7.1.
- Pipeline example
- Add support for the Aludel Elixir (
aludel_elixir_ns) board.
- Merge changes from
golioth/reference-design-template@template_v2.4.1. - Split sensor functions into separate files for each sensor.
- Increase the Golioth CoAP request queue size to prevent requests from failing to enqueue in some cases.
- Prevent sending excessive warning log messages on flaky connections.
- Only attempt to send sensor data when Golioth client is connected.
- Remove pre-commit for consistency with the Reference Design Template
- Remove Aludel Mini (hardware no longer available, replaced by Elixir)
- Limit retries on SPS30 data ready flag.
- Increase SPS30 mutex timeout.
- Fix sensor mutex error messages.
- Merge changes from
golioth/reference-design-template@f1d2422. - Change sensor readings logging level from
LOG_INFtoLOG_DBG.
- Remove
clang-formatfrom pre-commit hooks. - Remove logging of JSON data sent to Golioth.
- Remove potentially confusing log message from the main loop.
- Merge changes from
golioth/reference-design-template@e5cdc7d. - Upgrade dependencies:
- Add a CHANGELOG.md to track changes moving forward.
- Merge changes from
golioth/reference-design-template@template_v1.0.1.