esp-idf/components/driver/test_apps/dac_test_apps/dac/sdkconfig.defaults

5 lines
153 B
Plaintext
Raw Normal View History

CONFIG_FREERTOS_HZ=1000
CONFIG_ESP_TASK_WDT=n
# Disable this config, otherwise DAC will be disabled when ADC initialized
2022-10-10 07:17:22 -04:00
CONFIG_ADC_DISABLE_DAC_OUTPUT=n