fix those pesky pid/vid duplicates

This commit is contained in:
Jeff Epler 2023-08-30 10:58:52 -05:00
parent 227fa8cfc0
commit 9dcc0b5056
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
3 changed files with 5 additions and 5 deletions

View File

@ -7,4 +7,4 @@ IDF_TARGET = esp32s3
CIRCUITPY_ESP_FLASH_MODE=dout
CIRCUITPY_ESP_FLASH_FREQ=80m
CIRCUITPY_ESP_FLASH_SIZE=32MB
CIRCUITPY_ESP_FLASH_SIZE=16MB

View File

@ -1,5 +1,5 @@
USB_VID = 0x303A
USB_PID = 0x7003
USB_VID = 0x239A
USB_PID = 0x814C
USB_PRODUCT = "ESP32-S3-EV-LCD-Board"
USB_MANUFACTURER = "Espressif"

View File

@ -1,5 +1,5 @@
USB_VID = 0x303A
USB_PID = 0x7003
USB_VID = 0x239A
USB_PID = 0x814A
USB_PRODUCT = "MakerFabs-ESP32-S3-Parallel-TFT-With-Touch-7inch"
USB_MANUFACTURER = "MakerFabs"