From f54d848f363a35f73992b2903e645ee64319bd5f Mon Sep 17 00:00:00 2001
From: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Tue, 1 Feb 2022 14:27:16 +0100
Subject: [PATCH] ESP32-S3 has no DAC
---
src/AudioOutputULP.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/AudioOutputULP.cpp b/src/AudioOutputULP.cpp
index d8f4e027..a6f8773d 100644
--- a/src/AudioOutputULP.cpp
+++ b/src/AudioOutputULP.cpp
@@ -18,7 +18,7 @@
along with this program. If not, see .
*/
-#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
+#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2
#include "AudioOutputULP.h"
#include