From eebee22f8a7c1c0cc82bdf5dee7b4eb0afb17cab Mon Sep 17 00:00:00 2001 From: JLo Date: Mon, 15 Jan 2024 16:14:38 +0100 Subject: [PATCH] Add i2s_audio_id to i2s speaker (#3545) --- components/speaker/i2s_audio.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/speaker/i2s_audio.rst b/components/speaker/i2s_audio.rst index c322f179b..34ff78bbf 100644 --- a/components/speaker/i2s_audio.rst +++ b/components/speaker/i2s_audio.rst @@ -39,6 +39,7 @@ External DAC - **i2s_dout_pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to use for the I²S DOUT (Data Out) signal. - **mode** (*Optional*, string): The mode of the I²S bus. Can be ``mono`` or ``stereo``. Defaults to ``mono``. +- **i2s_audio_id** (*Optional*, :ref:`config-id`): The ID of the :ref:`I²S Audio ` you wish to use for this speaker. For best results, keep the wires as short as possible.