Skip to content

Commit 9924ffa

Browse files
authored
Merge pull request #8634 from dhalbert/arduino-nano-esp32-usb-pid
Fix USB PID for arduino_nano_esp32s3
2 parents f98ec19 + 542ee48 commit 9924ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/boards/arduino_nano_esp32s3/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
USB_VID = 0x2341
2-
USB_PID = 0x0070
2+
USB_PID = 0x056B
33

44
USB_PRODUCT = "Arduino Nano ESP32"
55
USB_MANUFACTURER = "Arduino"

0 commit comments

Comments
 (0)