From 8339b26b8dc043926ef8e4d7bdc6b1178282741f Mon Sep 17 00:00:00 2001 From: Rajarshi Mondal <54451186+rajarshidcoder@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:14:29 +0530 Subject: [PATCH] Update i2s_audio.rst added a warning clause to use of i2c audio in esp32 --- components/i2s_audio.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/i2s_audio.rst b/components/i2s_audio.rst index 424fc5b1de..6e4c873ff4 100644 --- a/components/i2s_audio.rst +++ b/components/i2s_audio.rst @@ -8,7 +8,9 @@ I²S Audio Component :image: i2s_audio.svg The ``i2s_audio`` component allows for sending and receiving audio via I²S. -This component only works on ESP32 based chips. + +.. warning:: + This component **only** works on ESP32 based chips. .. code-block:: yaml