TODO comment added
This commit is contained in:
parent
0626bce3b3
commit
c099bb3a53
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ void core1_task(void *pvParameters)
|
|||
{
|
||||
if (stop_change)
|
||||
{
|
||||
// TODO the enable function causes an esp32 deadlock
|
||||
//i2s_adc_enable(I2S_NUM_0);
|
||||
i2s_zero_dma_buffer(I2S_NUM_0);
|
||||
stop_change = false;
|
||||
|
|
Loading…
Reference in a new issue