Skip to content

Commit

Permalink
Merge pull request #8634 from dhalbert/arduino-nano-esp32-usb-pid
Browse files Browse the repository at this point in the history
Fix USB PID for arduino_nano_esp32s3
  • Loading branch information
dhalbert authored Nov 19, 2023
2 parents f98ec19 + 542ee48 commit 9924ffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
USB_VID = 0x2341
USB_PID = 0x0070
USB_PID = 0x056B

USB_PRODUCT = "Arduino Nano ESP32"
USB_MANUFACTURER = "Arduino"
Expand Down

0 comments on commit 9924ffa

Please sign in to comment.