FS.h errors when compiling. Any ideas?

Looks like I was calling the wrong File.write function. I was only passing the buffer but when I passed the buffer and sizeof(buffer) the errors cleared. All seems good now. :slight_smile:

I’m modifying ESPWebDAV so you can use it not only with an SD Card for storage but with flash storage too (SPIFFS or LittleFS).

Here’s my branch with the modifications. Testing now but looking good.
https://github.com/idolpx/ESPWebDAV/tree/flash_fs

1 Like