mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 15:23:42 +00:00
fix stack overflow on ESP Wifi AP used for OTA
This commit is contained in:
@@ -52,3 +52,7 @@ CONFIG_IMG_ERASE_PROGRESSIVELY=y
|
||||
# ========== Heap (WiFi + TCP/IP + HTTP needs more than default) ==========
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=65536
|
||||
|
||||
# ========== Stack (DHCPv4 server handler runs on net_socket_service thread;
|
||||
# upstream default of 2400 bytes overflows on ESP32 when DHCP DISCOVER lands) ==========
|
||||
CONFIG_NET_SOCKETS_SERVICE_STACK_SIZE=4096
|
||||
|
||||
|
||||
Reference in New Issue
Block a user