mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
fix typo
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user