esp-adf
esp-adf copied to clipboard
I2S PDM stream not using the pins from i2s_pdm_rx_gpio_config_t (AUD-5803)
When using PDM mode for I2S, pin configuration from i2s_pdm_rx_config_t::i2s_pdm_rx_gpio_config_t are not used.
https://github.com/espressif/esp-adf/blob/d16b0401cc805e184b132aa6c821eccd26163f61/components/audio_stream/i2s_stream_idf5.c#L132
Hi @vasilerares We will to call i2s_channel_init_pdm_rx_mode to inittialize this Pin
Hi @vasilerares Is there still a problem updating ESP ADF to master ?
Was the fix done on master?