Merge pull request #8634 from dhalbert/arduino-nano-esp32-usb-pid
Fix USB PID for arduino_nano_esp32s3
This commit is contained in:
commit
9924ffa00e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
USB_VID = 0x2341
|
||||
USB_PID = 0x0070
|
||||
USB_PID = 0x056B
|
||||
|
||||
USB_PRODUCT = "Arduino Nano ESP32"
|
||||
USB_MANUFACTURER = "Arduino"
|
||||
|
|
|
|||
Loading…
Reference in a new issue