From d2539ded98a89244074fca06bac24928a3dea388 Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Thu, 24 Oct 2024 13:41:37 +0200 Subject: [PATCH] I2S ESP3 driver, log level --- src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h b/src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h index b0d63cf10..d428e628d 100644 --- a/src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h +++ b/src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h @@ -84,7 +84,7 @@ class I2SDriverESP32V1 { /// stops the I2C and unistalls the driver void end() { - TRACEI(); + TRACED(); if (rx_chan != nullptr) { i2s_channel_disable(rx_chan); i2s_del_channel(rx_chan);