-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problems with the file path in readSDfile function #8
Comments
Hi, thank you for letting me know, I edited the filename just in case. It's a bit weird though because the reference page of SD library states:
Btw by looking at the SD library history, it doesn't seem that there were any relevant changes since 2018. There is one from 2017 which at first glance could be related but I have no idea if it has something to do with this issue. Also, thank you for the error checking suggestion, I just added it in this commit. |
Btw, what version of Arduino and SD library do you have? I'm going to try to reproduce the issue (with Arduino 1.8.12 and SD 1.2.4 it works well when backslash is not used). |
I was helping remotely a friend (I don't have that device here), the answer is with @smjacques (ping!) |
Hi! The SD lib version is 1.2.4 and the Arduino IDE is the 1.8.13. |
hi @michalmonday , congratulations for such an amazing piece of software :)
we are using the reading from sd card example
in our case, to correctly read the file we had to place a
/
before the filenamethe upstream documentation was lastly reviewed on ~2018 so maybe something changed 🤷 https://www.arduino.cc/en/Tutorial/DumpFile
it might be useful too if there is some kind of checking such as:
The text was updated successfully, but these errors were encountered: