Skip to content

Commit

Permalink
app: Disable CONFIG_NRF_CLOUD_COAP_DOWNLOADS
Browse files Browse the repository at this point in the history
Disable the CONFIG_NRF_CLOUD_COAP_DOWNLOADS option as the
CoAP download implementation in nRF Cloud does not handle
resumption properly.
Interrupted downloads may lead to corruption of the downloaded
image.

Signed-off-by: Jan Tore Guggedal <[email protected]>
  • Loading branch information
jtguggedal authored and DematteisGiacomo committed Dec 16, 2024
1 parent 956b6b1 commit b7b672d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ CONFIG_NRF_CLOUD_FOTA_POLL=y
CONFIG_NRF_CLOUD_FOTA_POLL_LOG_LEVEL_DBG=y
CONFIG_NRF_CLOUD_FOTA_FULL_MODEM_UPDATE=y
CONFIG_NRF_CLOUD_FOTA_DOWNLOAD_FRAGMENT_SIZE=1700
CONFIG_NRF_CLOUD_COAP_DOWNLOADS=n
CONFIG_FOTA_DOWNLOAD=y
CONFIG_FOTA_DOWNLOAD_PROGRESS_EVT=y
CONFIG_FOTA_DL_TIMEOUT_MIN=30
Expand Down

0 comments on commit b7b672d

Please sign in to comment.