mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-21 23:26:52 +01:00
Update http_server.cpp
This commit is contained in:
@@ -140,7 +140,6 @@ bool HTTP_Server::StreamSDFile(const char* filename, const char * contentType)
|
||||
done = true;
|
||||
} else {
|
||||
_webserver->client().write(buf,v);
|
||||
Serial.print(".");
|
||||
i+=v;
|
||||
}
|
||||
if (i >= totalFileSize) {
|
||||
|
||||
Reference in New Issue
Block a user