-
Notifications
You must be signed in to change notification settings - Fork 42
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
Implement PGRMZ
support
#59
Conversation
Great progress for the support of RMZ messages. There are a few points that need addressing:
|
Codecov ReportBase: 76.80% // Head: 76.76% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #59 +/- ##
==========================================
- Coverage 76.80% 76.76% -0.04%
==========================================
Files 20 21 +1
Lines 776 792 +16
==========================================
+ Hits 596 608 +12
- Misses 180 184 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
tbh I'm not convinced that we should be merging this data with the rest in the |
Ah, I see. That makes sense :) I'll update the PR in the next couple of days once EuroRust is over |
Awesome, thank you 🥳 |
Thank you 🥳 |
$PGRMZ
is used by a lot of gliding computers like the https://gliding.lxnav.com/products/lx9000/ to transmit the current barometric altitude.This PR implements basic support for it. It is currently implemented to output the raw altitude in feet without any conversions.