Skip to content
Snippets Groups Projects
Verified Commit e89e9fee authored by dos's avatar dos
Browse files

Revert "left audio"

This reverts commit 1fdc7adc.
parent 08a8abef
No related branches found
No related tags found
No related merge requests found
Pipeline #12720 failed
...@@ -32,8 +32,8 @@ void flow3r_bsp_audio_init(void) { ...@@ -32,8 +32,8 @@ void flow3r_bsp_audio_init(void) {
static const i2s_pin_config_t pin_config = { static const i2s_pin_config_t pin_config = {
.bck_io_num = I2S_PIN_NO_CHANGE, .bck_io_num = I2S_PIN_NO_CHANGE,
.mck_io_num = I2S_PIN_NO_CHANGE, .mck_io_num = I2S_PIN_NO_CHANGE,
.ws_io_num = 46, .ws_io_num = 45,
.data_out_num = 45, // L .data_out_num = 46,
.data_in_num = I2S_PIN_NO_CHANGE, .data_in_num = I2S_PIN_NO_CHANGE,
}; };
ESP_ERROR_CHECK(i2s_driver_install(0, &i2s_config, 0, NULL)); ESP_ERROR_CHECK(i2s_driver_install(0, &i2s_config, 0, NULL));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment