Skip to content
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

modules: Various fixes #83

Merged
merged 4 commits into from
Feb 27, 2025
Merged

modules: Various fixes #83

merged 4 commits into from
Feb 27, 2025

Conversation

simensrostad
Copy link
Contributor

@simensrostad simensrostad commented Feb 26, 2025

Various fixes that improves stability of the application

* Make events from the FOTA module more descriptive.
* Add state transition from STATE_DOWNLOADING_UPDATE
  to STATE_WAITING_FOR_POLL_REQUEST if the download is canceled
  from the cloud.
* Update tests accordingly.
* Some optimizations for download fragment size and retransmissions.

Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
@simensrostad simensrostad changed the title modules: fota: Rename events and add state transition modules: Various fixes Feb 27, 2025
* Change priority order of location sources to:
  1. Wi-FI
  2. GNSS
  3. Cellular
* Always enable GNSS, depend on indoor detection to not perform GNSS
  search.

Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
Add state and event handling to sample location first.
This is to prevent doing network related operations during location
search.

Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
Add option that lets the user decode if messages sent from the
cloud module is to be confirmable or not.

Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
Copy link

sonarqubecloud bot commented Feb 27, 2025

Quality Gate Passed Quality Gate passed

Issues
0 New issues
9 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@simensrostad simensrostad merged commit 12624a8 into main Feb 27, 2025
5 checks passed
@simensrostad simensrostad deleted the fota-updates- branch February 27, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant