-
Notifications
You must be signed in to change notification settings - Fork 144
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
minichlink programmer precedence issues #391
Comments
Seems to be down to this: Specify the Ardulink serial port:
But then WCHLink (and other options) still takes precedence because
Does
Although, even if it should work, this looks odd - why
Yes - doesn't look like this caters for the possibility of multiple WCHLinkE's?
|
I see, the priority based handling has the advantage of being convenient, lean and intuitive at the same time. But I guess since you ran into it, it's worth allowing explicit selection too. Would you consider submitting a PR with a proposed explicit handling? |
Current behavior: When both WCHLink and Ardulink are attached, it is not possible to use ardulink.
Expected behavior: Explicit command line flags should have precedence over autodetect.
BTW, I also can not see a way to choose which WCHLink to use if there is more than one connected.
The text was updated successfully, but these errors were encountered: