Skip to content

Commit fd4164f

Browse files
authored
Merge pull request #6021 from anecdata/more_sockets
Increase max LWIP sockets on ESP32-S3
2 parents 306852d + e4837a4 commit fd4164f

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)