rel1ct opened this issue 8 years ago · 1 comments
209 output += entry.name(); del 209 output += String(entry.name()).substring(1); add
output += entry.name();
output += String(entry.name()).substring(1);
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