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

Adding H1 *POS parsing #183

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

makrsmark
Copy link
Collaborator

No description provided.

Comment on lines +34 to +35
decodeResult.raw.month = Number(msg.substring(4, 6));
decodeResult.raw.day_of_month = Number(msg.substring(6, 8));
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using day_of_month to be consistent - thinking of refactoring so they're all just day - do we want these as a formatted result too? or is it good as-is?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

going to leave as-is - we can come back making all messages more consistent

Copy link
Contributor

@kevinelliott kevinelliott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Nice cadence you have going. 👏

@makrsmark makrsmark merged commit c71734c into airframesio:master Oct 30, 2024
3 checks passed
@makrsmark makrsmark deleted the feature/label-h1-star-pos branch October 30, 2024 20:07
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