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

Store Calibration Data in a Dynamic Format #31

Open
4 of 5 tasks
gbalke opened this issue Mar 1, 2021 · 0 comments
Open
4 of 5 tasks

Store Calibration Data in a Dynamic Format #31

gbalke opened this issue Mar 1, 2021 · 0 comments

Comments

@gbalke
Copy link
Member

gbalke commented Mar 1, 2021

Currently, the calibration data structure is stored in the struct's byte form. This works fine as long as the data structure does not change. This is a problem as there will be more variables as the controller's functionality increases. To remedy this, protobufs may be a used as they can be grown and maintain backwards compatibility as long as field numbers are not re-used.

Steps to complete:

Testing/Verification:

  • Unit test to verify loading of parameters (mock loading/storing from EEPROM).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant