Update i2s_microphone data value (#3732)

According to here: 4fcb26d69d/esphome/components/i2s_audio/microphone/i2s_audio_microphone.cpp (L138) it seems to be an int16_t

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
This commit is contained in:
Remy van Elst 2024-06-02 07:47:25 +02:00 committed by GitHub
parent 66e70ecc88
commit 308aba8011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ Microphone Triggers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This trigger will fire when new data is received from the microphone.
The data is available as a ``std::vector<uint8_t>`` in the variable ``x``.
The data is available as a ``std::vector<int16_t>`` in the variable ``x``.
.. code-block:: yaml