Skip to content

Commit e4837a4

Browse files
committed
ESP32-S3 increase max sockets - issue #5915 (partial)
1 parent ddac37a commit e4837a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ports/espressif/esp-idf-config/sdkconfig-esp32s3.defaults

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ CONFIG_IDF_TARGET_ESP32S3=y
77
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0009
88
# end of Espressif IoT Development Framework (ESP-IDF) Project Configuration
99

10+
#
11+
# LWIP sdkconfig.defaults override
12+
#
13+
CONFIG_LWIP_MAX_SOCKETS=8
14+
# end of LWIP sdkconfig.defaults override
15+
1016
CONFIG_SDK_TOOLPREFIX="xtensa-esp32s3-elf-"
1117
#
1218
# Bootloader config

0 commit comments

Comments
 (0)