Skip to content

Commit b757e57

Browse files
maxd-nordicjukkar
authored andcommitted
lib: nrf_cloud: make COAP_DOWNLOADS experimental again
This patch makes the NRF_CLOUD_COAP_DOWNLOADS option experimental again. Resumption is broken in the current version, so it is not ready for production use. Signed-off-by: Maximilian Deubel <[email protected]> Signed-off-by: Jan Tore Guggedal <[email protected]>
1 parent 1536c90 commit b757e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_coap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ config NRF_CLOUD_COAP_SEND_SSIDS
6666
endif # WIFI
6767

6868
config NRF_CLOUD_COAP_DOWNLOADS
69-
bool "Download files using CoAP instead of HTTP"
69+
bool "Download files using CoAP instead of HTTP [EXPERIMENTAL]"
7070
depends on NRF_CLOUD_COAP
71-
default y if NRF_CLOUD_FOTA_POLL || NRF_CLOUD_PGPS
71+
select EXPERIMENTAL
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)