ESPWebDAV
ESPWebDAV copied to clipboard
Wifi WebDAV server using ESP8266
Dear Sirs, I have been attempting to access a WebDAV server based on this code (device: https://www.ebay.com/itm/203949035388) using linux and davfs2. The device can be accessed through Windows as described,...
Hello, I tried to compile this program, but it always give that error: `In file included from C:\Users\Roman\Documents\Arduino\libraries\SdFat-master\src/SdCard/SdSpiCard.h:35, from C:\Users\Roman\Documents\Arduino\libraries\SdFat-master\src/SdCard/SdCard.h:28, from C:\Users\Roman\Documents\Arduino\libraries\SdFat-master\src/SdFat.h:32, from C:\Users\Roman\Documents\Arduino\libraries\ESPWebDAV-1.0.0/ESPWebDAV.h:2, from C:\Users\Roman\Documents\Arduino\libraries\ESPWebDAV-1.0.0\examples\Printer_3D\Printer_3D.ino:5: C:\Users\Roman\Documents\Arduino\libraries\ESPWebDAV-1.0.0\examples\Printer_3D\Printer_3D.ino: In function 'void...
You have to ensure that you are using the esp8266 version 2.4 of the sdk in board manager, then install[ SdFat-1.0.16](https://github.com/greiman/SdFat/releases?after=1.1.0) If you do this, then this library will compile...
Hi, I have compiled the code for a Wemos D1 Mini Board and connected all like the schematic. After startup, on the serial Monitor I see: Connected to WLAN01234 IP...
Allow to run the WebDAV Server on ESP32 without SDFat.h. While SDFat is superior in terms of performance, it is not supported officially on ESP32 and might also interfere with...
If SD WIFI modul is inserted to the SD slot I have this message - try to use different type of format 16/32 result is all the time same any...
I put the WebSrv.cpp file in a similar named folder in de the libraries folder. However on compilation I get this error: `/Users/biletsky/Documents/Arduino/Printer_3D/Printer_3D.ino: In function 'void setup()': Printer_3D:96:49: error: no...
Hi, I like to compile simple.ino and i have different compiler errors : I added the libraries (sdfat and ESPWebDav) form github Arduino: 1.8.13 (Windows 7), Board:"WeMos D1 R1, 80...
If a file name or folder has an "&" in the name it locks up.
Allow easily integrate into the Arduino IDE and platform.io by adding a library properties file.