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

Write firmware version in config block #65

Open
sneakers-the-rat opened this issue Dec 17, 2024 · 0 comments
Open

Write firmware version in config block #65

sneakers-the-rat opened this issue Dec 17, 2024 · 0 comments

Comments

@sneakers-the-rat
Copy link

Related to: #64

One thing that makes it tricky to support different scopes in mio is that when there are changes in the other projects, there isn't a programmatic way for us to know it in mio, so we end up needing to make the implementations there much more complex than they need to in order to accommodate all the sources of potential variability.

A very simple way around this is to simply give each version of the firmware a version and then write that in the config block. It can be a single integer if you don't want to go to the trouble of doing semver or whatever in 3 values, but e.g. if we had a version number then we could just declaratively configure wirefree scopes: ok you have version x, that means you use this config.

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

No branches or pull requests

1 participant