File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10- ## [ Unreleased ]
10+ ## [ template_v2.1.0 ] 2024-05-06
1111
1212### Added
1313
@@ -23,12 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
2424### Changed
2525
26+ - Upgrade to Golioth Firmware SDK at v0.12.2
2627- Change ` app_sensors_init ` to ` app_sensors_set_client ` . On cellular boards,
2728 ` app_sensors_set_client ` is not guaranteed to run before
2829 ` app_sensors_read_and_stream ` , so any sensor initialization should moved to a
2930 separate function (e.g. ` app_sensors_init ` ) that runs before
3031 ` app_sensors_read_and_stream ` .
31- - Upgrade to Golioth Firmware SDK at v0.11.0
3232
3333### Removed
3434
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ CONFIG_GOLIOTH_RPC_MAX_RESPONSE_LEN=512
5757CONFIG_I2C=y
5858
5959# Firmware version used in DFU process
60- CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.0 .0"
60+ CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.1 .0"
You can’t perform that action at this time.
0 commit comments