Replies: 1 comment
-
As a workaround, you can revert the change f95f15f
I suggest another solution:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. everyone.
about arduino-esp32 2.0.3...
The latest source code uninstalls the I2S driver in the stop() method, as shown in the image above.
This process actually seems to have a side effect.
Uninstalling I2S1=1 is causing the I2S0 driver to be uninstalled.
It looks like a bug in the i2s_driver_uninstall() driver.
How can I work around this? @earlephilhower
I was using I2S0 for CVBS and I2S1 for Audio, and I noticed that when I stop() Audio, the CVBS (NTSC) signal stops at the same time.
I hope this discussion will be useful for those who use I2S0 and I2S1 at the same time.
Beta Was this translation helpful? Give feedback.
All reactions