Skip to content

Commit 8f56fa8

Browse files
committed
update Golioth Firmware SDK to v0.18.0
Signed-off-by: Mike Szczys <[email protected]>
1 parent 3c17360 commit 8f56fa8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ CONFIG_MBEDTLS_ENABLE_HEAP=y
2323
CONFIG_MBEDTLS_HEAP_SIZE=10240
2424
CONFIG_NETWORKING=y
2525
CONFIG_NET_IPV4=y
26+
CONFIG_COAP_EXTENDED_OPTIONS_LEN=y
27+
CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE=39
2628

2729
# Application
2830
CONFIG_MAIN_STACK_SIZE=2048

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manifest:
77
projects:
88
- name: golioth
99
path: modules/lib/golioth-firmware-sdk
10-
revision: v0.17.0
10+
revision: v0.18.0
1111
url: https://github.com/golioth/golioth-firmware-sdk.git
1212
west-commands: scripts/west-commands.yml
1313
submodules: true

0 commit comments

Comments
 (0)