mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Fix typo
This commit is contained in:
@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user