Skip to content

Commit efcb98a

Browse files
authored
ESP32-S3 has no DAC (#490)
1 parent 18796ab commit efcb98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioOutputULP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
21+
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2
2222

2323
#include "AudioOutputULP.h"
2424
#include <esp32/ulp.h>

0 commit comments

Comments
 (0)