Skip to content

WioTerminal cannot read/write sd card content #16

@konikoni428

Description

@konikoni428

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:

  1. Install v2.1.2 Seeed_Arduino_FS library
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions