Browse Source

Add filename requirements comment to WavFilePlayer example

dds
PaulStoffregen 9 years ago
parent
commit
83b56e142b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/WavFilePlayer/WavFilePlayer.ino

+ 1
- 1
examples/WavFilePlayer/WavFilePlayer.ino View File

@@ -98,7 +98,7 @@ void playFile(const char *filename)


void loop() {
playFile("SDTEST1.WAV");
playFile("SDTEST1.WAV"); // filenames are always uppercase 8.3 format
delay(500);
playFile("SDTEST2.WAV");
delay(500);

Loading…
Cancel
Save