File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
doc/nrf/releases_and_maturity/releases
subsys/net/lib/nrf_cloud/src Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -637,6 +637,8 @@ Libraries for networking
637
637
* Deprecated the :ref: `lib_nrf_cloud_rest ` library.
638
638
Use the :ref: `lib_nrf_cloud_coap ` library instead.
639
639
640
+ * Fixed occasional message truncation that notified that the download was complete in the :ref: `lib_nrf_cloud_fota ` library.
641
+
640
642
Libraries for NFC
641
643
-----------------
642
644
Original file line number Diff line number Diff line change @@ -661,8 +661,8 @@ static void http_fota_handler(const struct fota_download_evt *evt)
661
661
662
662
switch (evt -> id ) {
663
663
case FOTA_DOWNLOAD_EVT_FINISHED :
664
- LOG_INF ("Download complete" );
665
664
nrf_cloud_download_end ();
665
+ LOG_INF ("Download complete" );
666
666
667
667
if (current_fota .status == NRF_CLOUD_FOTA_DOWNLOADING &&
668
668
current_fota .sent_dl_progress != 100 ) {
You can’t perform that action at this time.
0 commit comments