8000 esp32/boards/ARDUINO_NANO_ESP32: Use Arduino USB IDs. · micropython/micropython@1cd6114 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cd6114

Browse files
pillo79dpgeorge
authored andcommitted
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>
1 parent 65a3ce3 commit 1cd6114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/esp32/boards/ARDUINO_NANO_ESP32/sdkconfig.board

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ CONFIG_SPIRAM_IGNORE_NOTFOUND=
1111

1212
CONFIG_LWIP_LOCAL_HOSTNAME="nano-esp32"
1313

14+
CONFIG_TINYUSB_DESC_USE_ESPRESSIF_VID=n
15+
CONFIG_TINYUSB_DESC_USE_DEFAULT_PID=n
1416
CONFIG_TINYUSB_DESC_CUSTOM_VID=0x2341
1517
CONFIG_TINYUSB_DESC_CUSTOM_PID=0x056B
1618
CONFIG_TINYUSB_DESC_MANUFACTURER_STRING="Arduino"

0 commit comments

Comments
 (0)
0