¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

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

On Fri, May 17, 2024 at 1:54?PM Dean via <dean=[email protected]> wrote:
I am having the same problem. First letter of the filename is truncated. I have filename like test.txt, example.txt, preamble.txt

Join [email protected] to automatically receive all group messages.