TODO comment added

This commit is contained in:
Kai Lauterbach 2024-02-09 21:31:11 +01:00
parent 0626bce3b3
commit c099bb3a53

View file

@ -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;