Skip to content

Commit

Permalink
release template_v2.1.0
Browse files Browse the repository at this point in the history
See CHANGELOG for details

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed May 6, 2024
1 parent e58ea31 commit 7e05fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [template_v2.1.0] 2024-05-06

### Added

Expand All @@ -23,12 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Upgrade to Golioth Firmware SDK at v0.12.2
- Change `app_sensors_init` to `app_sensors_set_client`. On cellular boards,
`app_sensors_set_client` is not guaranteed to run before
`app_sensors_read_and_stream`, so any sensor initialization should moved to a
separate function (e.g. `app_sensors_init`) that runs before
`app_sensors_read_and_stream`.
- Upgrade to Golioth Firmware SDK at v0.11.0

### Removed

Expand Down
2 changes: 1 addition & 1 deletion prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ CONFIG_GOLIOTH_RPC_MAX_RESPONSE_LEN=512
CONFIG_I2C=y

# Firmware version used in DFU process
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.0.0"
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.1.0"

0 comments on commit 7e05fd2

Please sign in to comment.