Fix PIDs to match official espressif list
See the slightly deceptively titled * https://github.com/espressif/usb-pids/pull/29
This commit is contained in:
parent
8eee16c7aa
commit
937e0740f4
|
@ -1,5 +1,5 @@
|
|||
USB_VID = 0x303A
|
||||
USB_PID = 0x7007
|
||||
USB_PID = 0x7005
|
||||
USB_PRODUCT = "ESP32-S3-Box-2.5"
|
||||
USB_MANUFACTURER = "Espressif"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
USB_VID = 0x303A
|
||||
USB_PID = 0x7005
|
||||
USB_PID = 0x7003
|
||||
USB_PRODUCT = "ESP32-S3-DevKitC-1-nopsram"
|
||||
USB_MANUFACTURER = "Espressif"
|
||||
|
||||
|
|
Loading…
Reference in New Issue