Skip to content

Commit

Permalink
Increase default LWIP stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Nov 28, 2020
1 parent c983a30 commit c040c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000
#

# Mandatory LWIP changes
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=8192

# Mandatory Sming framework changes
CONFIG_ESP_TIMER_TASK_STACK_SIZE=8192
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000
#

# Mandatory LWIP changes
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=8192

# Mandatory Sming framework changes
CONFIG_ESP_TIMER_TASK_STACK_SIZE=8192
Expand Down

0 comments on commit c040c2c

Please sign in to comment.