We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5cfb8 commit 287be65Copy full SHA for 287be65
examples/Basics/camera/camera.ino
@@ -150,7 +150,7 @@ static const char* _STREAM_PART = "Content-Type: image/jpeg\r\nContent-L
150
151
static void jpegStream(WiFiClient* client)
152
{
153
- Serial.println("Image stream satrt");
+ Serial.println("Image stream start");
154
client->println("HTTP/1.1 200 OK");
155
client->printf("Content-Type: %s\r\n", _STREAM_CONTENT_TYPE);
156
client->println("Content-Disposition: inline; filename=capture.jpg");
@@ -226,4 +226,4 @@ client_exit:
226
#endif
227
client->stop();
228
Serial.printf("Image stream end\r\n");
229
-}
+}
0 commit comments