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.
This commit is contained in:
Ivan Grokhotkov 2018-01-31 13:58:39 +08:00
parent e381c6adde
commit a5f9563ef7

View file

@ -281,7 +281,7 @@ config SYSTEM_EVENT_QUEUE_SIZE
config SYSTEM_EVENT_TASK_STACK_SIZE
int "Event loop task stack size"
default 2048
default 2304
help
Config system event task stack size in different application.