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:
Jeff Epler 2021-12-08 20:27:34 -06:00
parent 8eee16c7aa
commit 937e0740f4
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USB_VID = 0x303A
USB_PID = 0x7007
USB_PID = 0x7005
USB_PRODUCT = "ESP32-S3-Box-2.5"
USB_MANUFACTURER = "Espressif"

View File

@ -1,5 +1,5 @@
USB_VID = 0x303A
USB_PID = 0x7005
USB_PID = 0x7003
USB_PRODUCT = "ESP32-S3-DevKitC-1-nopsram"
USB_MANUFACTURER = "Espressif"