From 8ba1ad51e35da98a53d7cc7f19142cdb503976e1 Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Thu, 21 Mar 2024 13:43:30 -0500 Subject: [PATCH] network info: update to v1.1.1 and increase buffer size The nRF9160 needs around 442 bytes for the RPC return packet, but it varies based on what network features are reported. Use the new Kconfig to set this buffer to 512. Signed-off-by: Mike Szczys --- 01_IOT/prj.conf | 2 ++ CHANGELOG.md | 9 +++++++++ west.yml | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) 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: