Hi, Great lib, thank you! I'm using SD_MMC instead of SD/SPI, and in order to get this lib to work, I had to change two lines: Line 10: `#include <SD_MMC.h>` Line 158: `_file = SD_MMC.open(_filename, _mode);` And then the repository works perfectly with SD_MMC connections.