Update xdrv_42_i2s_audio.ino

This commit is contained in:
gemu2015 2022-07-07 13:45:40 +02:00
parent 1f70dc8f97
commit 9cd3ad3f6b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#if (defined(USE_I2S_AUDIO) || defined(USE_TTGO_WATCH) || defined(USE_M5STACK_CORE2)) #if (defined(USE_I2S_AUDIO) || defined(USE_TTGO_WATCH) || defined(USE_M5STACK_CORE2) || defined(ESP32S3_BOX))
/*********************************************************************************************\ /*********************************************************************************************\
* I2S support using an external DAC or a speaker connected to GPIO03 using a transistor * I2S support using an external DAC or a speaker connected to GPIO03 using a transistor
* *