conf: use own VID/PID

This commit is contained in:
King Kévin 2023-01-07 06:12:55 +01:00
parent e7471143c6
commit c8d7db90ae
1 changed files with 2 additions and 0 deletions

View File

@ -15,7 +15,9 @@ CONFIG_TINYUSB_CDC_ENABLED=y
#
# Descriptor configuration
#
CONFIG_TINYUSB_DESC_USE_ESPRESSIF_VID=n
CONFIG_TINYUSB_DESC_CUSTOM_VID=0x1d50
CONFIG_TINYUSB_DESC_USE_DEFAULT_PID=n
CONFIG_TINYUSB_DESC_CUSTOM_PID=0x617b
CONFIG_TINYUSB_DESC_BCD_DEVICE=0x0100
CONFIG_TINYUSB_DESC_MANUFACTURER_STRING="CuVoodoo"