Search found 1 match

by Chintiger
Sat Aug 14, 2021 1:46 am
Forum: ESP32 Arduino
Topic: Is it posstible to get a file and directory list of SD card faster?
Replies: 1
Views: 4025

Is it posstible to get a file and directory list of SD card faster?

Hello, I use ESP32 WROVER with a simple SPI micro SD card slot. I have to get a list of all file and direcotory names, I open every entry with openNextFile() and get the file name by entry.name(). But it takes a long time because it opens files one by one. Is it possible to get file and directory na...