fix stack overflow on ESP Wifi AP used for OTA

This commit is contained in:
liquidraver
2026-04-25 13:09:58 +02:00
parent 83fca69782
commit fb25554dcb
+4
View File
@@ -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