Fix USB PID for arduino_nano_esp32s3

This commit is contained in:
Dan Halbert 2023-11-18 15:05:50 -05:00
parent a5bd4b2849
commit 542ee48425

View File

@ -1,5 +1,5 @@
USB_VID = 0x2341
USB_PID = 0x0070
USB_PID = 0x056B
USB_PRODUCT = "Arduino Nano ESP32"
USB_MANUFACTURER = "Arduino"