-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
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:
- Install v2.1.2 Seeed_Arduino_FS library
- Run ReadWrite example
Expected behavior
v2.1.2 output(error case)
initialization done.
Writing to hello.txt...done.
hello.txt:
v2.1.1 output(expected)
initialization done.
Writing to hello.txt...done.
hello.txt:
hello 1, 2, 3.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done