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
197 B
Plaintext
6 lines
197 B
Plaintext
# Disable task WDT for tests
|
|
CONFIG_ESP_TASK_WDT_INIT=n
|
|
|
|
# Relay Channel Driver Default Configuration for Testing
|
|
# Keep this as short as possible for tests
|
|
CONFIG_RELAY_CHN_OPPOSITE_INERTIA_MS=200 |