Merge branch 'fix/i2s_multi_dev_test_fix' into 'master'

fix(i2s): multi_dev test update to use non_boot_ctrl gpio

See merge request espressif/esp-idf!27873
This commit is contained in:
Wan Lei
2023-12-15 14:58:18 +08:00

View File

@@ -28,7 +28,7 @@ static const char *TAG = "i2s_multi_dev_test";
#define TEST_I2S_FRAME_TIMEOUT_SEC (10.0f) // Timeout seconds of waiting for a correct frame
#define TEST_I2S_NUM (I2S_NUM_0) // ESP32-C3 has only I2S0
#define TEST_I2S_MCK_IO (GPIO_NUM_0)
#define TEST_I2S_MCK_IO (GPIO_NUM_1)
#define TEST_I2S_BCK_IO (GPIO_NUM_4)
#define TEST_I2S_WS_IO (GPIO_NUM_5)
#if CONFIG_IDF_TARGET_ESP32H2