Merge branch 'fix/i2s_multi_dev_test_fix_v5.2' into 'release/v5.2'

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

See merge request espressif/esp-idf!28701
This commit is contained in:
morris
2024-01-26 16:12:51 +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