mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 12:51:04 +00:00
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
# Workaround for https://github.com/espressif/esp-idf/issues/7631
|
|
#CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n
|
|
#CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=n
|
|
|
|
# Some examples (ledc_simple) require a larger than the default stack size for
|
|
# the main thread.
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=7000
|