Skip to content

Commit

Permalink
Update esp32_i2s_parallel_v2.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodetastic committed Sep 10, 2021
1 parent aae55e9 commit ced87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32_i2s_parallel_v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static void iomux_set_signal(int gpio, int signal) {
gpio_matrix_out(gpio, signal, false, false);

// More mA the better...
gpio_set_drive_capability((gpio_num_t)gpio, GPIO_DRIVE_CAP_MAX);
gpio_set_drive_capability((gpio_num_t)gpio, (gpio_drive_cap_t)3);

}

Expand Down

0 comments on commit ced87c0

Please sign in to comment.