mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
920edd4e73
Needed to build some examples in their default configurations (especially ESP32-C3). Wasn't noticed until the CI checks for partition size were added.
11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
CONFIG_ASIO_SSL_SUPPORT=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
|
|
#
|
|
# Partition Table
|
|
#
|
|
# Leave some room for larger apps without needing to reduce other features
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|