From 0127bf5b0d3ff1fea3a0e4f1d40b2228a92c871a Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Thu, 21 Mar 2024 13:34:11 -0500 Subject: [PATCH] update Golioth to v0.12.0 This includes fixes for the too many requests CoAP error code and RPC return length. Signed-off-by: Mike Szczys --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 1c4bdbb..46bc66f 100644 --- a/west.yml +++ b/west.yml @@ -4,7 +4,7 @@ manifest: projects: - name: golioth path: modules/lib/golioth-firmware-sdk - revision: 528b63c10fa042f34071d893b3c2b9a3e80c28b9 + revision: v0.12.0 url: https://github.com/golioth/golioth-firmware-sdk submodules: true west-commands: scripts/west-commands.yml