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

Use vendorId if manufacturer string is null to allow auto connect #29

Merged
merged 3 commits into from
Feb 17, 2021

Conversation

schilken
Copy link
Contributor

Hi Chris,
thanks a lot for your adaption of mymakr to Pi Pico.

I found out, that I can use it also for other boards, f.e. ESP32 and ESP6288 as long as they don't use a CH340 chip for Serial-USB. These chips (at least sometimes) have no manufacturer string and are not accepted for auto connect.

What does this implement/fix? Explain your changes.

I changed one line of code: If there is no manufacturer string then I take the vendorId to look it up in the list autoconnect_comport_manufacturers.

Does this close any currently open issues?

No

Where has this been tested?

I tested it with witty and ttgo boards.

@cpwood cpwood merged commit 2f00745 into cpwood:main Feb 17, 2021
@cpwood
Copy link
Owner

cpwood commented Feb 17, 2021

Many thanks, @schilken! Merged.

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.

2 participants