Skip to content

Commit 1de39c6

Browse files
committed
samples: cellular: lwm2m_client: Support CoAP downloader
Support CoAP download protocol as the LwM2M engine already has the stack enabled and this used to be on by default. Signed-off-by: Seppo Takalo <[email protected]>
1 parent b543bcb commit 1de39c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/cellular/lwm2m_client/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ CONFIG_AT_MONITOR_HEAP_SIZE=512
8282
CONFIG_DOWNLOADER=y
8383
CONFIG_DOWNLOADER_STACK_SIZE=4096
8484
CONFIG_FOTA_DOWNLOAD=y
85+
CONFIG_DOWNLOADER_TRANSPORT_COAP=y
8586

8687
# Application version
8788
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.0.0"

0 commit comments

Comments
 (0)