Skip to content

Commit c19d310

Browse files
committed
update VID, PID, product and manufacturer for ESP32-CAN-X2
1 parent 663eb11 commit c19d310

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ports/espressif/boards/autosportlabs_esp32_can_x2/mpconfigboard.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
USB_VID = 0x303A
2-
USB_PID = 0x7003
3-
USB_PRODUCT = "ESP32-S3-DevKitC-1-N8R8"
4-
USB_MANUFACTURER = "Espressif"
1+
USB_VID = 0x16D0
2+
USB_PID = 0x07F2
3+
USB_PRODUCT = "Autosport Labs ESP32-CAN-X2"
4+
USB_MANUFACTURER = "Autosport Labs"
55

66
IDF_TARGET = esp32s3
77

0 commit comments

Comments
 (0)