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 cb9f59d commit 760c4a7Copy full SHA for 760c4a7
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