Wim Ockerman
Wim Ockerman
If fs::FS compatibility is needed, this can be acchieved by writing an adapter: see https://github.com/greiman/SdFat/issues/148#issuecomment-1464448806
I was able to solve the "incompatibility" between the SdFat and the FS type needed in places like server.serveStatic(some_path, SdFat32Fs, some_path"); // server is a ESP AsyncWebServer instance. SdFat32Fs is...
> Same problem, and no solutions at the moment. Tried it with ESP8266WebServer and AsyncWebServer, but none worked. "FsFile to non scaler fs::File requested". It's a pb of "SdFat" conflicting...