Merge branch 'bugfix/fix_es8311_example_no_sound_on_p4' into 'master'

fix(i2s): fix the es8311 example on P4 EV board

See merge request espressif/esp-idf!32667
This commit is contained in:
Kevin (Lao Kaiyao) 2024-08-12 11:06:11 +08:00
commit 7005d2cee5

View File

@ -42,8 +42,8 @@
#define I2S_MCK_IO (GPIO_NUM_13)
#define I2S_BCK_IO (GPIO_NUM_12)
#define I2S_WS_IO (GPIO_NUM_10)
#define I2S_DO_IO (GPIO_NUM_11)
#define I2S_DI_IO (GPIO_NUM_9)
#define I2S_DO_IO (GPIO_NUM_9)
#define I2S_DI_IO (GPIO_NUM_11)
#else
#define I2S_MCK_IO (GPIO_NUM_0)
#define I2S_BCK_IO (GPIO_NUM_4)