mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-06 00:06:07 +08:00
Update http_server.cpp
This commit is contained in:
parent
869a36e187
commit
efeac79241
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user