8000 Update sdkconfig.esp32s2 · Staars/esp32-arduino-lib-builder@48d8e68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48d8e68

Browse files
authored
Update sdkconfig.esp32s2
1 parent 79f6933 commit 48d8e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdkconfig.esp32s2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,7 @@ CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS=2000
11281128
# CONFIG_MDNS_STRICT_MODE is not set
11291129
CONFIG_MDNS_TIMER_PERIOD_MS=100
11301130
# CONFIG_MDNS_NETWORKING_SOCKET is not set
1131+
CONFIG_MDNS_MULTIPLE_INSTANCE=y
11311132
# end of mDNS
11321133

11331134
#
@@ -1431,7 +1432,7 @@ CONFIG_USB_CDC_RX_BUFSIZE=64
14311432
CONFIG_USB_CDC_TX_BUFSIZE=64
14321433
CONFIG_USB_MSC_ENABLED=y
14331434
CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
1434-
CONFIG_USB_MSC_BUFSIZE=512
1435+
CONFIG_USB_MSC_BUFSIZE=4096
14351436
CONFIG_USB_DESC_HID_STRING="Espressif HID Device"
14361437
CONFIG_USB_DEBUG_LEVEL=0
14371438
# CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG is not set

0 commit comments

Comments
 (0)
0