Skip to content

Commit c931479

Browse files
fix(TinyUSB): USB HUB Subport Added
It is used by USB HUB.
1 parent 16a6e09 commit c931479

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/defconfig.common

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
134134

135135
#TinyUSB Config
136136
CONFIG_TINYUSB_CDC_MAX_PORTS=2
137+
CONFIG_USB_HOST_HUBS_SUPPORTED=y
138+
CONFIG_USB_HOST_HUB_MULTI_LEVEL=y
137139

138140
# Zigbee Config
139141
CONFIG_ZB_ENABLED=y

0 commit comments

Comments
 (0)