mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
Needed to build some examples in their default configurations (especially ESP32-C3). Wasn't noticed until the CI checks for partition size were added. * Original commit: espressif/esp-idf@920edd4e73
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|
|
|
|
#
|
|
# Partition Table
|
|
#
|
|
# Leave some room for larger apps without needing to reduce other features
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|