mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(i2s): multi_dev test update to use non_boot_ctrl gpio
This commit is contained in:
@ -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_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_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_BCK_IO (GPIO_NUM_4)
|
||||||
#define TEST_I2S_WS_IO (GPIO_NUM_5)
|
#define TEST_I2S_WS_IO (GPIO_NUM_5)
|
||||||
#if CONFIG_IDF_TARGET_ESP32H2
|
#if CONFIG_IDF_TARGET_ESP32H2
|
||||||
|
Reference in New Issue
Block a user