mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1fdf242750
Added a kconfig option. By default, when using ADC oneshot driver, it will disable DAC channels: - ESP32: IO25, IO26 - ESP32S2: IO17, IO18 if ADC2 is in use. You can disable this option, to measure DAC output, via internal ADC. This is for test usage.