We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb9f59d + 760c4a7 commit b30610cCopy full SHA for b30610c
src/esp32/ESP32AnalogDevice.cpp
@@ -10,7 +10,7 @@
10
#include "ESP32AnalogDevice.h"
11
#include "IoLogging.h"
12
#include <SimpleCollections.h>
13
-#ifndef CONFIG_IDF_TARGET_ESP32S3
+#if __has_include(<driver/dac.h>)
14
#include <driver/dac.h>
15
#define ESP_HAS_DAC
16
#else
0 commit comments