We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299e970 commit ff6cbd7Copy full SHA for ff6cbd7
main/src/chip/i2s.c
@@ -19,7 +19,7 @@ static i2s_config_t i2s_output_config = {
19
| I2S_MODE_RX
20
#endif
21
,
22
- .communication_format = I2S_COMM_FORMAT_I2S | I2S_COMM_FORMAT_I2S_MSB,
+ .communication_format = I2S_COMM_FORMAT_STAND_I2S,
23
.use_apll = 1, // Use APLL
24
.sample_rate = 44100,
25
.bits_per_sample = I2S_BITS_PER_SAMPLE_16BIT,
@@ -36,7 +36,7 @@ static i2s_config_t i2s_input_config = {
36
| I2S_MODE_PDM
37
38
39
- .communication_format = I2S_COMM_FORMAT_I2S_MSB | I2S_COMM_FORMAT_I2S,
40
.use_apll = 0, // Use PLL_D2
41
42
0 commit comments