We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c17360 commit 8f56fa8Copy full SHA for 8f56fa8
prj.conf
@@ -23,6 +23,8 @@ CONFIG_MBEDTLS_ENABLE_HEAP=y
23
CONFIG_MBEDTLS_HEAP_SIZE=10240
24
CONFIG_NETWORKING=y
25
CONFIG_NET_IPV4=y
26
+CONFIG_COAP_EXTENDED_OPTIONS_LEN=y
27
+CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE=39
28
29
# Application
30
CONFIG_MAIN_STACK_SIZE=2048
west.yml
@@ -7,7 +7,7 @@ manifest:
7
projects:
8
- name: golioth
9
path: modules/lib/golioth-firmware-sdk
10
- revision: v0.17.0
+ revision: v0.18.0
11
url: https://github.com/golioth/golioth-firmware-sdk.git
12
west-commands: scripts/west-commands.yml
13
submodules: true
0 commit comments