Skip to content

Commit fe9af78

Browse files
authored
Update player-sd-vs1053.ino
1 parent 783d4f0 commit fe9af78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples-vs1053/player-sd-vs1053/player-sd-vs1053.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
const char *startFilePath="/";
2525
const char* ext="mp3";
26-
SdSpiConfig sdcfg(PIN_AUDIO_KIT_SD_CARD_CS, DEDICATED_SPI, SD_SCK_MHZ(10) , &SPI);
26+
SdSpiConfig sdcfg(SD_CARD_CS, DEDICATED_SPI, SD_SCK_MHZ(10) , &SPI);
2727
AudioSourceSdFat source(startFilePath, ext, sdcfg);
2828
VS1053Stream vs1053(VS1053_CS,VS1053_DCS, VS1053_DREQ); // final output
2929
AudioPlayer player(source, vs1053, *new CodecCopy());

0 commit comments

Comments
 (0)