forked from external-repos/esp32cam-rtsp
Renamed log line
This commit is contained in:
@@ -142,7 +142,7 @@ void handle_restart()
|
|||||||
|
|
||||||
void handle_snapshot()
|
void handle_snapshot()
|
||||||
{
|
{
|
||||||
log_v("handle_jpg");
|
log_v("handle_snapshot");
|
||||||
if (camera_init_result != ESP_OK)
|
if (camera_init_result != ESP_OK)
|
||||||
{
|
{
|
||||||
web_server.send(404, "text/plain", "Camera is not initialized");
|
web_server.send(404, "text/plain", "Camera is not initialized");
|
||||||
|
|||||||
Reference in New Issue
Block a user