From 0f5ffe5473ad6f560880fb65e6f507fba0cfdff9 Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Mon, 4 May 2020 06:54:24 +0200 Subject: [PATCH] replace serial print --- tasmota/xdrv_39_webcam.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/xdrv_39_webcam.ino b/tasmota/xdrv_39_webcam.ino index 841684cd0..eeb2dc301 100644 --- a/tasmota/xdrv_39_webcam.ino +++ b/tasmota/xdrv_39_webcam.ino @@ -524,7 +524,8 @@ void CamHandleRoot(void) { //CamServer->redirect("http://" + String(ip) + ":81/cam.mjpeg"); CamServer->sendHeader("Location", WiFi.localIP().toString() + ":81/cam.mjpeg"); CamServer->send(302, "", ""); - Serial.printf("WC root called"); + //Serial.printf("WC root called"); + AddLog_P2(WC_LOGLEVEL, PSTR("CAM: root called")); } uint16_t motion_detect;