SdFat icon indicating copy to clipboard operation
SdFat copied to clipboard

Did not work at ESP32-CAM

Open JoergTiedemann opened this issue 1 year ago • 6 comments

Hi I'm using latest version on a ESP-32-CAM board. But i didn't got it to run I use the followingfor initialization: if (!SD.begin(SS, SD_SCK_MHZ(10))) { Serial.println("SD Card Mount Failed"); return; } but everything was i got was SD-card mount failed. SO what is the right configuration for an ESP32-CAM board ?

JoergTiedemann avatar Feb 17 '24 16:02 JoergTiedemann