|
|
@@ -9,13 +9,13 @@
|
|
|
|
|
|
#define AUDIO_INPUT_REFERENCE true
|
|
|
|
|
|
-#define AUDIO_I2S_GPIO_MCLK GPIO_NUM_16
|
|
|
-#define AUDIO_I2S_GPIO_WS GPIO_NUM_45
|
|
|
-#define AUDIO_I2S_GPIO_BCLK GPIO_NUM_9
|
|
|
-#define AUDIO_I2S_GPIO_DIN GPIO_NUM_10
|
|
|
-#define AUDIO_I2S_GPIO_DOUT GPIO_NUM_8
|
|
|
+#define AUDIO_I2S_GPIO_MCLK GPIO_NUM_12
|
|
|
+#define AUDIO_I2S_GPIO_WS GPIO_NUM_10 //LRCLK
|
|
|
+#define AUDIO_I2S_GPIO_BCLK GPIO_NUM_11 //SCLK
|
|
|
+#define AUDIO_I2S_GPIO_DIN GPIO_NUM_9
|
|
|
+#define AUDIO_I2S_GPIO_DOUT GPIO_NUM_13
|
|
|
|
|
|
-#define AUDIO_CODEC_PA_PIN GPIO_NUM_48
|
|
|
+#define AUDIO_CODEC_PA_PIN GPIO_NUM_8
|
|
|
#define AUDIO_CODEC_I2C_SDA_PIN GPIO_NUM_17
|
|
|
#define AUDIO_CODEC_I2C_SCL_PIN GPIO_NUM_18
|
|
|
#define AUDIO_CODEC_ES8311_ADDR ES8311_CODEC_DEFAULT_ADDR
|