This commit is contained in:
Ato Araki
2021-05-17 21:19:31 +09:00
parent 7677017520
commit b8ee7628cb
+1 -1
View File
@@ -556,7 +556,7 @@ void M5Display::drawPngUrl(const char *url, uint16_t x, uint16_t y,
return ;
}
// 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();
WiFiClient *stream = http.getStreamPtr();