Skip to content

Commit 58cedfe

Browse files
maxd-nordicanangl
authored andcommitted
lib: nrf_cloud: default to CoAP DL
CoAP DL are now well tested and work reliably. They should be used as the default when CoAP is enabled. Signed-off-by: Maximilian Deubel <[email protected]>
1 parent 69289fb commit 58cedfe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

samples/cellular/nrf_cloud_multi_service/overlay_coap.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ CONFIG_LOCATION_DATA_DETAILS=y
7171
# Sample configuration
7272
CONFIG_APPLICATION_THREAD_STACK_SIZE=4096
7373
CONFIG_TEMP_ALERT_LIMIT=24
74+
75+
CONFIG_NRF_CLOUD_COAP_DOWNLOADS=y

subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_coap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ config NRF_CLOUD_COAP_SEND_SSIDS
6565
endif # WIFI
6666

6767
config NRF_CLOUD_COAP_DOWNLOADS
68-
bool "Download files using CoAP instead of HTTP [EXPERIMENTAL]"
68+
bool "Download files using CoAP instead of HTTP"
6969
depends on NRF_CLOUD_COAP
7070
select DOWNLOADER_TRANSPORT_COAP
71-
select EXPERIMENTAL
71+
default y
7272
help
7373
Use nRF Cloud CoAP's proxy download resource to download files for FOTA and P-GPS.
7474
When enabled, the Kconfig option COAP_EXTENDED_OPTIONS_LEN_VALUE must be increased

0 commit comments

Comments
 (0)