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

Fix USB-JTAG-Serial PID detection error (ESPTOOL-682) #880

Merged
merged 1 commit into from
May 10, 2023

Conversation

fuzeman
Copy link
Contributor

@fuzeman fuzeman commented May 8, 2023

Description of change

Fixes the detection of USB-JTAG-Serial on ports COM10 and greater due to incorrect PID retrieval.

Commit 00f4bc9 introduced a bug which changed port names to be matched by in when not running on darwin, this means _get_pid can instead return the PID for COM1 instead of COM10 - COM19.

@github-actions github-actions bot changed the title Fix USB-JTAG-Serial PID detection error Fix USB-JTAG-Serial PID detection error (ESPTOOL-682) May 8, 2023
@radimkarnis
Copy link
Collaborator

Hello @fuzeman,
thanks a lot for the PR and for identifying an issue!

We will put this through our internal review queue and merge ASAP.

@espressif-bot espressif-bot merged commit 9a719f4 into espressif:master May 10, 2023
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

Successfully merging this pull request may close these issues.

3 participants