-
Notifications
You must be signed in to change notification settings - Fork 20
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
some nitpicks #120
some nitpicks #120
Conversation
src/common/signalk/SKNMEAParser.cpp
Outdated
windAngle = SKDegToRad(windAngle); | ||
SKNormalizeAngle(windAngle); |
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.
I think you meant windAngle = SKNormalizeAngle(windAngle);
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.
Yesss :-)
I was finding it incidentally and thought it should be the same as NMEA2000, so 180° is already "from port"
I fixed a very minor test issue and added a test for the case where wind angle is >180. ⛵️ |
No description provided.