mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-28 01:04:48 +03:00
Runner now runs unfiltered; #error guard couples BASIC_AUTH to custom transport configs; CMake include and REQUIRES cleanup; doc corrections and tightened asserts from the final review.
4 lines
160 B
Plaintext
4 lines
160 B
Plaintext
# Some of the test apps allocate 2048 size buffers on the stack.
|
|
# Increase the default stack size to accommodate for that
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|