Fix VID/PID of esp32-box

This commit is contained in:
Jeff Epler 2021-12-04 14:58:48 -06:00
parent bc7f024545
commit 2ad877a907
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 2 additions and 2 deletions

View File

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