mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(i2s): use GPIO5 as wav_player default DOUT
GPIO7 is an MSPI flash pin on ESP32-H4, so the example fails to init I2S on that target. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -64,7 +64,7 @@ menu "Example Configuration"
|
||||
|
||||
config EXAMPLE_I2S_DOUT_IO
|
||||
int "I2S DOUT IO"
|
||||
default 7
|
||||
default 5
|
||||
help
|
||||
Set the GPIO number used for sending PCM data to the codec.
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user