ESPWebDAV
ESPWebDAV copied to clipboard
Wifi WebDAV server using ESP8266
I have programmed the module NodeMCU v2 (ESP8266 12E + CP2102) and connect according to the diagram. Unfortunately, I encountered a problem. Basic information: - Anycubic Linear Plus printer (Trigorilla...
Hey guys, i got some multiple errors: most of them caused by "cant complie for board esp8266" & "SdFat" erros. which combination do you use to get it to run?...
Used ARDUINO IDE v1.8.12, ESP8266 Arduino Core version 2.4.0 and SdFat-1.0.16. On the ESP module itself, the marking ESP8266MOD. Everything compiled. Connected to WiFi. Gives an error ERROR: Failed to...
there are umpteen hundred forks and derivatives of this code yet the only one that truly works is the original! I know, not an issue here, but I had to...
in file ESPWebDAV.cpp : ``` #ifdef USE_SDFAT char buf[255]; curFile->getName(buf, sizeof(buf)); #else const char* buf = curFile->name() + 1; #endif ``` the "+1" schouldn't exist, it change the name of...