Skip to content

Commit 542ee48

Browse files
committed
Fix USB PID for arduino_nano_esp32s3
1 parent a5bd4b2 commit 542ee48

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)