Re: SD Reader Difficulty (MorseTutor, ESP32 version)
For the missing first character, consider trying the following "hack":
In line 947:?? ? ? ? strcpy(list[count++],&()[1]); ? ? // add?SD?file to the list (ESP32: remove '/') change the "1" to a "0".
It could be that a library update has changed ESP32 behavior.
Bruce
toggle quoted message
Show quoted text
I am having the same problem. First letter of the filename is truncated. I have filename like test.txt, example.txt, preamble.txt
|