浏览代码

Add filename requirements comment to WavFilePlayer example

dds
PaulStoffregen 9 年前
父节点
当前提交
83b56e142b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      examples/WavFilePlayer/WavFilePlayer.ino

+ 1
- 1
examples/WavFilePlayer/WavFilePlayer.ino 查看文件

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

正在加载...
取消
保存