EloquentSurveillance
EloquentSurveillance copied to clipboard
FileServer.h --> not showing right path to images
Great library! Thanks !
I found one error in file: FileServer.h
line 60: html += F("</td><td><a href=\"/view");
should end with an / after view/
line 60: html += F("</td><td><a href=\"/view/");
and
line 63: html += filename.substring(0);
instead of filename.substring(1)