-
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
lib: nrf_cloud: use BLOCK2 for resumption offset #19441
base: main
Are you sure you want to change the base?
lib: nrf_cloud: use BLOCK2 for resumption offset #19441
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 63441eeecf658a9b76ba29fee7ebca54959e8492 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
1a039c9
to
6fe31c4
Compare
6fe31c4
to
5ef78d3
Compare
|
||
* Fixed: | ||
|
||
* An issue that would cause resumption to fail when FOTA images are downloaded using the CoAP backend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this changelog entry and add a comment on the 2.9 release notes PR - #19240.
Fix an issue where resumption wasn't requesting the correct offset of the FOTA file to download using COAP. This patch uses the standard offset option instead of a custom one. Signed-off-by: Maximilian Deubel <[email protected]>
5ef78d3
to
63441ee
Compare
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. |
@jtguggedal @plskeggs this is unreliable for some reason - please check |
Fix an issue where resumption wasn't requesting the correct offset of the FOTA file to download using COAP.
This patch uses the standard offset option instead of a custom one.