Skip to content

Commit a5f9563

Browse files
committed
esp32: increase default event task stack size by 256 bytes
At debug log level, default event task stack size was not sufficient, the stack was overflown by 232 bytes when WiFi connection happened.
1 parent e381c6a commit a5f9563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp32/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ config SYSTEM_EVENT_QUEUE_SIZE
281281

282282
config SYSTEM_EVENT_TASK_STACK_SIZE
283283
int "Event loop task stack size"
284-
default 2048
284+
default 2304
285285
help
286286
Config system event task stack size in different application.
287287

0 commit comments

Comments
 (0)