Merge pull request #8634 from dhalbert/arduino-nano-esp32-usb-pid

Fix USB PID for arduino_nano_esp32s3
This commit is contained in:
Dan Halbert 2023-11-19 09:33:48 -05:00 committed by GitHub
commit 9924ffa00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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