mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
replace serial print
This commit is contained in:
parent
c2b295984b
commit
0f5ffe5473
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user