Files
esp-idf/components/esp_http_client/test_apps/sdkconfig.defaults
T
Ashish Sharma 15984bb8c7 test(esp_http_client): final review fixes for characterization suite
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.
2026-09-05 16:46:50 +08:00

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