8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f6933 commit 48d8e68Copy full SHA for 48d8e68
sdkconfig.esp32s2
@@ -1128,6 +1128,7 @@ CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS=2000
1128
# CONFIG_MDNS_STRICT_MODE is not set
1129
CONFIG_MDNS_TIMER_PERIOD_MS=100
1130
# CONFIG_MDNS_NETWORKING_SOCKET is not set
1131
+CONFIG_MDNS_MULTIPLE_INSTANCE=y
1132
# end of mDNS
1133
1134
#
@@ -1431,7 +1432,7 @@ CONFIG_USB_CDC_RX_BUFSIZE=64
1431
1432
CONFIG_USB_CDC_TX_BUFSIZE=64
1433
CONFIG_USB_MSC_ENABLED=y
1434
CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
-CONFIG_USB_MSC_BUFSIZE=512
1435
+CONFIG_USB_MSC_BUFSIZE=4096
1436
CONFIG_USB_DESC_HID_STRING="Espressif HID Device"
1437
CONFIG_USB_DEBUG_LEVEL=0
1438
# CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG is not set
0 commit comments