We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be7860 commit 5030977Copy full SHA for 5030977
components/esp_driver_i2s/test_apps/i2s_multi_dev/main/test_i2s_multi_dev.c
@@ -23,7 +23,7 @@ static const char *TAG = "i2s_multi_dev_test";
23
24
#define TEST_I2S_FRAME_SIZE (128) // Frame numbers in every writing / reading
25
#define TEST_I2S_ARRAY_LENGTH (1024) // The loop data length for verification
26
-#define TEST_I2S_MAX_DATA (256) // The maximum data value in the data buffer
+#define TEST_I2S_MAX_DATA (128) // The maximum data value in the data buffer
27
#define TEST_I2S_MAX_FAIL_CNT (3) // Max broken packet count
28
#define TEST_I2S_FRAME_TIMEOUT_SEC (10.0f) // Timeout seconds of waiting for a correct frame
29
0 commit comments