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

Check for requirements before allowing the install #28

Closed
tsterbak opened this issue Oct 31, 2022 · 1 comment
Closed

Check for requirements before allowing the install #28

tsterbak opened this issue Oct 31, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tsterbak
Copy link
Member

tsterbak commented Oct 31, 2022

The installer should check if the requirements specified in the config are satisfied.

Steps:

  • add a "requirements" section to the config and implement the necessary steps to read it
  • implement how requirements are checked
  • requirements include
    • firmware version
    • correct device type (and id)
    • available drivers?
    • etc?
@tsterbak tsterbak added the enhancement New feature or request label Oct 31, 2022
@tsterbak tsterbak added this to the Release Alpha 0.3.0 milestone Oct 31, 2022
@tsterbak tsterbak self-assigned this Oct 31, 2022
@tsterbak
Copy link
Member Author

tsterbak commented Nov 23, 2022

Done with: #39
Checking the requirements automatically is hard, but we can inform the user. Thats whats done now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant