Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update platformio.ini : fix on IDF 3.4.0 on ESP32
The code of this project is compatible with the different versions of IDF. So in case you want to port the software on more recent chips (C3/S2) things should work ok. The implementation of I2S on the original ESP32 chip however contains more and more bugs in recent IDF 4.x.x versions, such as - I2S mic input not working - DAC output not working - adc input not working So we fix IDF version to 3.4.0 until the issues are fixed.
- Loading branch information
22e9a0d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correction: the version is fixed to [email protected] which is based on IDF v3.3.5-1-g85c43024c (Arduino 1.0.6)