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

Make GllData.fix_time optional #145

Merged
merged 2 commits into from
Feb 16, 2025

Conversation

Tosainu
Copy link
Contributor

@Tosainu Tosainu commented Feb 15, 2025

Based on my experiment with u-blox MAX-M10S, UTC time in the GLL message is not always available (specifically after power cycling). This PR changes the type of GllData.fix_time to Option<NaiveTime> like other messages such as RmcData.

Copy link

codecov bot commented Feb 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.67%. Comparing base (68a44c0) to head (3de3bce).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #145   +/-   ##
=======================================
  Coverage   78.67%   78.67%           
=======================================
  Files          39       39           
  Lines        1449     1449           
=======================================
  Hits         1140     1140           
  Misses        309      309           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@elpiel elpiel merged commit 5b4109c into AeroRust:main Feb 16, 2025
15 checks passed
@Tosainu Tosainu deleted the make-GllData-fix_time-optional branch February 16, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants