Closed aydintopcu closed 5 years ago
In Arduino IDE, I'm trying to read/write SD card with standard SD.h library with no luck:
if (!SD.begin(13)) { Serial.println("Card failed, or not present");
I found mySD.h and swap it with SD.h and this time I got below fail message
"Error compiling for board ESP32 Wrover Module."
How can I overcome the problem?
In Arduino IDE, I'm trying to read/write SD card with standard SD.h library with no luck:
I found mySD.h and swap it with SD.h and this time I got below fail message
How can I overcome the problem?