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 PID for arduino_nano_esp32s3 #8634

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

dhalbert
Copy link
Collaborator

The USB PID for arduino_nano_esp32s3 was 0x0070. This is the PID Arduino uses for DFU. This caused the serial port not to show up on Windows if the Arduino ESP32 BSP was installed into Arduino and the corresponding Windows drivers to be installed. They took precedence over treating this as a normal serial port.

MicroPython uses 0x056B. We have use that correct PID for arduino_nano_esp32s3_inverted_status_led. Workaround is to use that build for now. The original PR flipped back and forth a bit.

Tested by user Akihiro in discord, who encountered the original problem:
https://discord.com/channels/327254708534116352/1175489681048219729

Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense, thanks for the sleuthing

@dhalbert dhalbert merged commit 9924ffa into adafruit:8.2.x Nov 19, 2023
@dhalbert dhalbert deleted the arduino-nano-esp32-usb-pid branch February 16, 2024 00:03
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