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:
Chen Chen
2026-09-14 09:58:12 +08:00
parent 62fe690ffd
commit b63ecdc5a0

View File

@@ -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