-
Notifications
You must be signed in to change notification settings - Fork 14
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
WioTerminal cannot read/write sd card content #16
Comments
I don't see the 2.1.2 tag, but is it not the intended release? There is a v2.1.2 release for the Arduino Library Manager. |
@konikoni428 There is indeed something wrong with the V2.1.2 downloaded from the Arduino IDE. It seems that we withdrew it after the release, and the Arduino side is not synchronized. It should work normally using the current code on github. You can use the code on the current github to complete your work. We will resubmit a version of the code to Arduino soon, so stay tuned. |
@konikoni428 The new version can be downloaded on the Arduino IDE. It has been tested and works normally. This issue will be closed soon. If there are any new problems, you can resubmit an issue. |
Thank you! |
Describe the bug
When I try to read/write the SD card in WioTerminal, it does not execute correctly.
No files are written to the SD card when writing, and nothing can be read from the PC when trying to read written files.
It works fine when v2.1.1 is installed, but not with 2.1.2.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
v2.1.2 output(error case)
v2.1.1 output(expected)
The text was updated successfully, but these errors were encountered: