If your ESP32 code uses FS.h
just for SD card access (i.e., SD.begin()
, SD.open()
, etc.), you can replace it with the Seeed_Arduino_FS and Seeed_Arduino_SFUD or Seeed_Arduino_FS + SD/SDFat
libraries.
If your ESP32 code uses FS.h
just for SD card access (i.e., SD.begin()
, SD.open()
, etc.), you can replace it with the Seeed_Arduino_FS and Seeed_Arduino_SFUD or Seeed_Arduino_FS + SD/SDFat
libraries.