forked from espressif/esp-idf
fix(i2s): fix the es8311 example on P4
Closes https://github.com/espressif/esp-idf/issues/14297
This commit is contained in:
@ -43,8 +43,8 @@
|
|||||||
#define I2S_MCK_IO (GPIO_NUM_13)
|
#define I2S_MCK_IO (GPIO_NUM_13)
|
||||||
#define I2S_BCK_IO (GPIO_NUM_12)
|
#define I2S_BCK_IO (GPIO_NUM_12)
|
||||||
#define I2S_WS_IO (GPIO_NUM_10)
|
#define I2S_WS_IO (GPIO_NUM_10)
|
||||||
#define I2S_DO_IO (GPIO_NUM_11)
|
#define I2S_DO_IO (GPIO_NUM_9)
|
||||||
#define I2S_DI_IO (GPIO_NUM_9)
|
#define I2S_DI_IO (GPIO_NUM_11)
|
||||||
#else
|
#else
|
||||||
#define I2S_MCK_IO (GPIO_NUM_0)
|
#define I2S_MCK_IO (GPIO_NUM_0)
|
||||||
#define I2S_BCK_IO (GPIO_NUM_4)
|
#define I2S_BCK_IO (GPIO_NUM_4)
|
||||||
|
Reference in New Issue
Block a user