esp-idf/examples/peripherals/i2s/i2s_adc_dac/sdkconfig.defaults

8 lines
379 B
Plaintext
Raw Normal View History

2021-08-18 07:45:51 -04:00
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_adc_dac_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_adc_dac_example.csv"
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
2022-04-07 03:32:46 -04:00
# ADC/DAC are only supported in the legacy driver, suppress the warnings while using the legacy driver
2021-08-18 07:45:51 -04:00
CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y
CONFIG_ADC_SUPPRESS_DEPRECATE_WARN=y