Skip to content

Commit

Permalink
network info: update to v1.1.1 and increase buffer size
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
szczys committed Apr 16, 2024
1 parent 0127bf5 commit 8ba1ad5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 01_IOT/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ba1ad5

Please sign in to comment.