We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38936fa commit bf4e97dCopy full SHA for bf4e97d
src/AudioTools/CoreAudio/AudioAnalog/AnalogConfigESP32V1.h
@@ -83,7 +83,7 @@
83
// continuous ADC API should run on ADC1
84
85
#define ADC_UNIT ADC_UNIT_1
86
-#ifdef HAS_ESP32_DAC && !USE_LEGACY_I2S
+#if defined(HAS_ESP32_DAC) && !USE_LEGACY_I2S
87
#include "driver/dac_continuous.h"
88
#endif
89
0 commit comments