Merge branch 'fix/i2s_wav_player_dout_pin' into 'master'

fix(i2s): avoid using MSPI pin in wav_player example

See merge request espressif/esp-idf!52760
This commit is contained in:
morris
2026-09-14 10:25:02 +08:00

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