Break down tests into categories to improve maintainability and test granularity. This makes it easier to execute unit tests in CI/CD pipelines. Closes #1054.
8 lines
256 B
Plaintext
8 lines
256 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
|
|
CONFIG_RELAY_CHN_COUNT=2
|
|
CONFIG_RELAY_CHN_ENABLE_TILTING=y |