JoergTiedemann
JoergTiedemann
Is there any solution to support hosting files from an sd card using sd_fat library ? in request->send first parameter is fs::FS or File but not FsFile which is used...
Is there any wrapper to use Sdfat with a ESPAsyncWebserver to convert sdfat to to fs::FS because of ESPAsyncWebserver needs in AsyncWebServerRequest::send a FS object or how can I do...
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");...