From 89e1475b367bb2db204545dcfb3b83abd71726a6 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 5 May 2020 14:30:07 +0200 Subject: [PATCH] Relax webcam setup time --- tasmota/xdrv_39_webcam.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xdrv_39_webcam.ino b/tasmota/xdrv_39_webcam.ino index 3035aa67b..cd2e5d2b1 100644 --- a/tasmota/xdrv_39_webcam.ino +++ b/tasmota/xdrv_39_webcam.ino @@ -867,6 +867,7 @@ bool Xdrv39(uint8_t function) { //if (Settings.esp32_webcam_resolution) { #ifndef USE_SCRIPT WcStreamControl(Settings.esp32_webcam_resolution); + delay(50); // Give the webcam webserver some time to prepare the stream wc_show_stream(); #endif //}