-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net: lib: nrf_cloud: Fix warnings on PGPS #19829
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: db4488ff87033c620e7e148286753707aa9ecbab more detailssdk-nrf:
Github labels
List of changed files detected by CI (4)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
The new downloader library behaves slightly differently than the old download_client library. Specify the download protocol. Expect an -EPERM error when calling downloader_cancel() when download is already done. Also address potential build error with coap provisioning overlay. Jira: IRIS-9994 Signed-off-by: Pete Skeggs <[email protected]>
77e223c
to
db4488f
Compare
The new downloader library behaves slightly differently than the old download_client library.
Specify the download protocol. Expect an -EPERM error when calling downloader_cancel() when download is already done.
Also address potential build error with coap provisioning overlay.
Jira: IRIS-9994