LilyGO / TTGO-T-Cell

11 stars 2 forks source link

MicroSD card cannot be initialized #1

Closed aydintopcu closed 5 years ago

aydintopcu commented 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?