We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc1fca commit 7ede4abCopy full SHA for 7ede4ab
examples/playFileByName/playFileByName.ino
@@ -38,11 +38,10 @@ void setup() {
38
* - "/01 WAV" for file '/01.wav'
39
* - "/99-AFR~1MP3" for a file '/99-Africa.mp3'
40
* - "/SUN*MP3" for first* file matching /sun*.mp3, for example '/sun.mp3'
41
- * - "/99-AFR*MP3" for first file matching '/99-Afr*.mp3'
+ * - "/99-AFR*MP3" for first* file matching '/99-Afr*.mp3'
42
* - "/10*" for first* audio file matching /10*.*
43
* - "/10 /20 WAV" for the file /10/20.wav
44
- * - first* in this order for example:
45
- * sun0.mp3 sun.mp3 sun1.mp3
+ * - first* = first in copy order
46
*
47
* You can get example files from
48
* https://github.com/codingABI/DFR0534/tree/main/assets/exampleContent
0 commit comments