Firmware Setup#
LwM2M Version#
The used Leshan version uses LwM2M version 1.1. Make sure to enable this version in the Zephyr LwM2M client accordingly.
CONFIG_LWM2M_VERSION_1_1=y
LwM2M Transport Format#
CONFIG_ZCBOR=y
CONFIG_ZCBOR_CANONICAL=y
LwM2M SenML Format#
Note
Currently not supported in flownexus.
# SenML CBOR - default
CONFIG_LWM2M_RW_SENML_CBOR_SUPPORT=y