Skip to content

Commit

Permalink
Increase LWIP_MAX_SOCKETS if HTTP_SERVER is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
chrta committed Dec 3, 2022
1 parent c42912b commit 1c62609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,8 @@ config MDNS_INSTANCE
help
The instance name used for mDNS.

# Increase max sockets if http server is enablde
config LWIP_MAX_SOCKETS
default 16 if HTTP_SERVER

endmenu

0 comments on commit 1c62609

Please sign in to comment.