-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
Report rest calibration #384
base: main
Are you sure you want to change the base?
Conversation
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.
Netcode looks fine, just a nitpick
Sorry i told you to send a boolean but looking at your code i feel that it might be better to send the calibation state enum directly. Aside from that, the code looks good Edit: Confirmed why on discord. All good |
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.
LGTM
Adds rest calibration detection to the sensors, where it's possible to fetch this information in some shape or form, and includes it in the sensor info packet.
Solves #383