We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822f335 commit 68fae50Copy full SHA for 68fae50
src/AudioI2S/I2SESP32.h
@@ -114,7 +114,7 @@ class I2SBase {
114
.bits_per_sample = (i2s_bits_per_sample_t) cfg.bits_per_sample,
115
.channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
116
.communication_format = toCommFormat(cfg.i2s_format),
117
- .intr_alloc_flags = ESP_INTR_FLAG_LEVEL1, // default interrupt priority
+ .intr_alloc_flags = 0, // default interrupt priority
118
.dma_buf_count = I2S_BUFFER_COUNT,
119
.dma_buf_len = I2S_BUFFER_SIZE,
120
.use_apll = (bool) cfg.use_apll,
0 commit comments