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

Feature: Check that CircuitPython version on board matches the version configured in piku project #20

Open
mraleson opened this issue Apr 16, 2024 · 0 comments

Comments

@mraleson
Copy link
Owner

mraleson commented Apr 16, 2024

If the incorrect CircuitPython package is specified in the piku project, then libraries you install may fail with ValueError: incompatible .mpy file.

We could read version from the device instead of setting it in the config file.

Also a good idea to add a note in the README to confirm that the CircuitPython version in the project matches whats installed in the device, and what errors a user might expect if there is a mismatch.

Maybe also add a warning when adding packages if the CircuitPython versions are not matched.

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