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>
This commit is contained in:
parent
65a3ce39a3
commit
1cd61149e4
|
@ -11,6 +11,8 @@ CONFIG_SPIRAM_IGNORE_NOTFOUND=
|
||||||
|
|
||||||
CONFIG_LWIP_LOCAL_HOSTNAME="nano-esp32"
|
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_VID=0x2341
|
||||||
CONFIG_TINYUSB_DESC_CUSTOM_PID=0x056B
|
CONFIG_TINYUSB_DESC_CUSTOM_PID=0x056B
|
||||||
CONFIG_TINYUSB_DESC_MANUFACTURER_STRING="Arduino"
|
CONFIG_TINYUSB_DESC_MANUFACTURER_STRING="Arduino"
|
||||||
|
|
Loading…
Reference in New Issue