ESP-IDF provides a more efficient way of handling and combining multi-configurations for a project than the way currently used: Build profiles. So I switched to this method instead of providing the sdkconfig.defaults.* files manually. This reduced the number of sdkconfig.defaults.* files as well as the configuration parameters defined in them. Refs #1085
6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
# Partition configuration
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions/part_nvs.csv"
|
|
|
|
CONFIG_RELAY_CHN_NVS_CUSTOM_PARTITION=y |