9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
# Disable task WDT for tests
|
|
CONFIG_ESP_TASK_WDT_INIT=n
|
|
|
|
CONFIG_LOG_MAXIMUM_LEVEL_DEBUG=y
|
|
CONFIG_LOG_MAXIMUM_LEVEL=4
|
|
|
|
# Relay Channel Driver Default Configuration for Testing
|
|
# Keep this as short as possible for tests
|
|
CONFIG_RELAY_CHN_OPPOSITE_INERTIA_MS=200 |