i2s adc enable also stopps the esp32 to work.
This commit is contained in:
parent
d92b3da418
commit
0626bce3b3
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ void core1_task(void *pvParameters)
|
||||||
{
|
{
|
||||||
if (stop_change)
|
if (stop_change)
|
||||||
{
|
{
|
||||||
i2s_adc_enable(I2S_NUM_0);
|
//i2s_adc_enable(I2S_NUM_0);
|
||||||
i2s_zero_dma_buffer(I2S_NUM_0);
|
i2s_zero_dma_buffer(I2S_NUM_0);
|
||||||
stop_change = false;
|
stop_change = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue