Fix length typo (#5189)

This commit is contained in:
Ato Araki
2021-05-18 20:01:20 +09:00
committed by GitHub
parent de66c39f04
commit a1d8b959b0
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ void loop() {
// file found at server
if(httpCode == HTTP_CODE_OK) {
// get lenght of document (is -1 when Server sends no Content-Length header)
// get length of document (is -1 when Server sends no Content-Length header)
int len = http.getSize();
// create buffer for read