I have facing a strange error during IDE 1.8.13 compilataion:
...AppData\Local\Temp\arduino_build_564750\sketch\src\SdFat-master\extras\SdFatTestSuite\SdFatTestSuite.cpp:25:28: fatal error: SdFatTestSuite.h: No such file or directory
I do not know why that SdFatTestSuite is being compiled since my sketch include only the sdfat.h. But the mistery is that even when I exclude the subdiretory Sdfat-master\extras\SdFatTestSuite, the error still being issued ....
Thanks for any advice. Antonio