samples: net: lwm2m_client: set LWM2M_COAP_BLOCK_SIZE to 512
The native Zephyr LwM2M client enables the JSON formatter which can use more of the packet buffers than the default 256 with TLV formatting. Let's set the default to 512 in order to avoid cutting off the output of larger READ operations. In the future, we should establish block transfer buffers to handler longer READ ops. Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
parent
9534bbd991
commit
7ac1cbfe21
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ CONFIG_NET_CONFIG_NEED_IPV4=y
|
||||||
CONFIG_NET_CONFIG_SETTINGS=y
|
CONFIG_NET_CONFIG_SETTINGS=y
|
||||||
|
|
||||||
CONFIG_LWM2M=y
|
CONFIG_LWM2M=y
|
||||||
|
CONFIG_LWM2M_COAP_BLOCK_SIZE=512
|
||||||
CONFIG_LWM2M_IPSO_SUPPORT=y
|
CONFIG_LWM2M_IPSO_SUPPORT=y
|
||||||
CONFIG_LWM2M_IPSO_TEMP_SENSOR=y
|
CONFIG_LWM2M_IPSO_TEMP_SENSOR=y
|
||||||
CONFIG_LWM2M_IPSO_LIGHT_CONTROL=y
|
CONFIG_LWM2M_IPSO_LIGHT_CONTROL=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue