Skip to content

Commit aa42e3e

Browse files
Veijo Pesonencarlescufi
authored andcommitted
net: lwm2m: enable SenML CBOR
With LwM2M v1.1 SenML CBOR is preferred over SenML JSON. TLV is on by default only with v1.0. Signed-off-by: Veijo Pesonen <[email protected]>
1 parent 60eaafe commit aa42e3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_LWM2M_VERSION_1_1=y
2-
CONFIG_LWM2M_RW_SENML_JSON_SUPPORT=y
3-
CONFIG_BASE64=y
2+
CONFIG_LWM2M_RW_SENML_CBOR_SUPPORT=y
3+
CONFIG_ZCBOR=y
4+
CONFIG_ZCBOR_CANONICAL=y

0 commit comments

Comments
 (0)