diff --git a/01_IOT/prj.conf b/01_IOT/prj.conf index f7267f6..a2585d6 100644 --- a/01_IOT/prj.conf +++ b/01_IOT/prj.conf @@ -41,3 +41,5 @@ CONFIG_LOG=y CONFIG_LOG_BUFFER_SIZE=2048 CONFIG_NETWORK_INFO=y +# Longer response length needed for network info +CONFIG_GOLIOTH_RPC_MAX_RESPONSE_LEN=512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a11e80..8600be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ 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] + +### Changed +- Use Golioth Firmware SDK v0.12.0 +- Update network info to v1.1.1 + +### Fixed +- Network Info RPC is no longer truncated with nRF9160dk + ## [2.0.0] 2024-02-16 ### Added diff --git a/west.yml b/west.yml index 46bc66f..034a262 100644 --- a/west.yml +++ b/west.yml @@ -31,7 +31,7 @@ manifest: - name: zephyr-network-info path: deps/modules/lib/network-info - revision: v1.1.0 + revision: v1.1.1 url: https://github.com/golioth/zephyr-network-info self: