mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-03 07:02:28 +03:00
Fix typo
This commit is contained in:
parent
f7dbb35c92
commit
3422294a7f
@ -180,7 +180,7 @@ void printDirectory() {
|
||||
return returnFail("NOT DIR");
|
||||
}
|
||||
dir.rewindDirectory();
|
||||
server.setContentSize(CONTENT_SIZE_UNKNOWN);
|
||||
server.setContentLength(CONTENT_LENGTH_UNKNOWN);
|
||||
server.send(200, "text/json", "");
|
||||
WiFiClient client = server.client();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user