i2s adc enable also stopps the esp32 to work.

This commit is contained in:
Kai Lauterbach 2024-02-09 15:18:12 +01:00
parent d92b3da418
commit 0626bce3b3

View file

@ -210,7 +210,7 @@ void core1_task(void *pvParameters)
{
if (stop_change)
{
i2s_adc_enable(I2S_NUM_0);
//i2s_adc_enable(I2S_NUM_0);
i2s_zero_dma_buffer(I2S_NUM_0);
stop_change = false;
}