esp32/boards/ARDUINO_NANO_ESP32: Use Arduino USB IDs.

The IDF-provided version of TinyUSB defaults to Espressif's standard
VID:PID unless specific sdkconfig options are present. The numbers
already defined for the CUSTOM_* config options were ignored otherwise.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
pull/12575/head
Luca Burelli 2023-10-03 12:21:50 +02:00 zatwierdzone przez Damien George
rodzic 65a3ce39a3
commit 1cd61149e4
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,8 @@ CONFIG_SPIRAM_IGNORE_NOTFOUND=
CONFIG_LWIP_LOCAL_HOSTNAME="nano-esp32"
CONFIG_TINYUSB_DESC_USE_ESPRESSIF_VID=n
CONFIG_TINYUSB_DESC_USE_DEFAULT_PID=n
CONFIG_TINYUSB_DESC_CUSTOM_VID=0x2341
CONFIG_TINYUSB_DESC_CUSTOM_PID=0x056B
CONFIG_TINYUSB_DESC_MANUFACTURER_STRING="Arduino"