Skip to content

SD example issue #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

Closed
fpistm opened this issue Jan 18, 2019 · 0 comments
Closed

SD example issue #12

fpistm opened this issue Jan 18, 2019 · 0 comments
Assignees
Labels
bug 🐛 Something isn't working

Comments

@fpistm
Copy link
Member

fpistm commented Jan 18, 2019

With Full.ino example, this fail:

  /* Test isDirectory() method */
  MyFile = File("STM32");
  if (MyFile) {
    Serial.print("Is 'STM32' is a dir: ");
    if (MyFile.isDirectory())
      Serial.println("OK");
    else
      Serial.println("KO");
  } else {
    Serial.println("Error to open 'STM32' dir");
  }

With listfiles.ino example, after rewindDirectory() the printDirectory() is not fully displayed.

@fpistm fpistm mentioned this issue Jan 29, 2019
@fpistm fpistm closed this as completed in fc2bdc8 Apr 23, 2019
@fpistm fpistm self-assigned this May 9, 2019
@fpistm fpistm added the bug label May 9, 2019
@fpistm fpistm added bug 🐛 Something isn't working and removed bug labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant