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

left audio

parent 5ddcdc87
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ void flow3r_bsp_audio_init(void) {
static const i2s_pin_config_t pin_config = {
.bck_io_num = I2S_PIN_NO_CHANGE,
.mck_io_num = I2S_PIN_NO_CHANGE,
.ws_io_num = 45,
.data_out_num = 46,
.ws_io_num = 46,
.data_out_num = 45, // L
.data_in_num = I2S_PIN_NO_CHANGE,
};
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