1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00
This commit is contained in:
Ivan Grokhotkov
2015-05-22 18:16:44 +03:00
parent f7dbb35c92
commit 3422294a7f

View File

@ -180,7 +180,7 @@ void printDirectory() {
return returnFail("NOT DIR"); return returnFail("NOT DIR");
} }
dir.rewindDirectory(); dir.rewindDirectory();
server.setContentSize(CONTENT_SIZE_UNKNOWN); server.setContentLength(CONTENT_LENGTH_UNKNOWN);
server.send(200, "text/json", ""); server.send(200, "text/json", "");
WiFiClient client = server.client(); WiFiClient client = server.client();