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) { ...@@ -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 = 45, .ws_io_num = 46,
.data_out_num = 46, .data_out_num = 45, // L
.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));
......
  • dos @dos

    mentioned in commit fb90c892

    ·

    mentioned in commit fb90c892

    Toggle commit list
  • dos @dos

    mentioned in commit e89e9fee

    ·

    mentioned in commit e89e9fee

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment