Skip to content

Commit 7ede4ab

Browse files
committed
playFileByName: tweak description
1 parent 8fc1fca commit 7ede4ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/playFileByName/playFileByName.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ void setup() {
3838
* - "/01 WAV" for file '/01.wav'
3939
* - "/99-AFR~1MP3" for a file '/99-Africa.mp3'
4040
* - "/SUN*MP3" for first* file matching /sun*.mp3, for example '/sun.mp3'
41-
* - "/99-AFR*MP3" for first file matching '/99-Afr*.mp3'
41+
* - "/99-AFR*MP3" for first* file matching '/99-Afr*.mp3'
4242
* - "/10*" for first* audio file matching /10*.*
4343
* - "/10 /20 WAV" for the file /10/20.wav
44-
* - first* in this order for example:
45-
* sun0.mp3 sun.mp3 sun1.mp3
44+
* - first* = first in copy order
4645
*
4746
* You can get example files from
4847
* https://github.com/codingABI/DFR0534/tree/main/assets/exampleContent

0 commit comments

Comments
 (0)