@@ -230,21 +230,21 @@ void DFR0534::playNext()
230230 * - Without the dot for the file extension
231231 * - All characters in upper case
232232 * - maximal 8 characters
233- * - Every file and folder whose name length is shorter then 8 chars
233+ * - Every file and folder whose name length is shorter then 8 chars
234234 * must be filled up to the 8 chars length by space chars
235235 * - must end with WAV or MP3
236236 * - Only WAV and MP3 files are supported
237- * - Wildcards * (=multiple arbitrary characters) and ? (=one single arbitrary character)
237+ * - Wildcards * (=multiple arbitrary characters) and ? (=one single arbitrary character)
238238 * are allowed and can be used to reduce the filling space chars
239- *
239+ *
240240 * Valid examples:
241- * - "/01 WAV" for file '/01.wav'
241+ * - "/01 WAV" for a file '/01.wav'
242242 * - "/99-AFR~1MP3" for a file '/99-Africa.mp3'
243- * - "/SUN*MP3" for first file matching /sun*.mp3, for example '/sun.mp3'
243+ * - "/SUN*MP3" for first file matching ' /sun*.mp3' , for example '/sun.mp3'
244244 * - "/99-AFR*MP3" for first file matching '/99-Afr*.mp3'
245- * - "/10*" for first audio file matching /10*.*
246- * - "/10 /20 WAV" for the file /10/20.wav
247- * - first means first in copy order
245+ * - "/10*" for first audio file matching ' /10*.*'
246+ * - "/10 /20 WAV" for the file ' /10/20.wav'
247+ * ( first means first in "file copy order")
248248 *
249249 * @param[in] path Full path of the audio file
250250 * @param[in] drive Drive, where file is stored: Drive DFR0534::DRIVEUSB, DFR0534::DRIVESD or DFR0534::DRIVEFLASH (=default)
0 commit comments