bbx10/WebServer_tng

SDWebServer.ino

rel1ct opened this issue · 1 comments

209 output += entry.name(); del
209 output += String(entry.name()).substring(1); add

bbx10 commented

Ok, I see now that the LIST command was returning file and directory names with a leading '/' prefix on ESP32 but not on ESP8266. Here is the final fix ac04e85