Commit 22e9a0d
authored
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.1 parent a18f50f commit 22e9a0d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
0 commit comments