Skip to content

Commit 287be65

Browse files
authored
Update camera.ino
Corrected misspellings of words
1 parent 9f5cfb8 commit 287be65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Basics/camera/camera.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static const char* _STREAM_PART = "Content-Type: image/jpeg\r\nContent-L
150150

151151
static void jpegStream(WiFiClient* client)
152152
{
153-
Serial.println("Image stream satrt");
153+
Serial.println("Image stream start");
154154
client->println("HTTP/1.1 200 OK");
155155
client->printf("Content-Type: %s\r\n", _STREAM_CONTENT_TYPE);
156156
client->println("Content-Disposition: inline; filename=capture.jpg");
@@ -226,4 +226,4 @@ client_exit:
226226
#endif
227227
client->stop();
228228
Serial.printf("Image stream end\r\n");
229-
}
229+
}

0 commit comments

Comments
 (0)