diff --git a/tasmota/tasmota_xdrv_driver/xdrv_81_esp32_webcam.ino b/tasmota/tasmota_xdrv_driver/xdrv_81_esp32_webcam.ino index d03bcb6da..ba4dbab50 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_81_esp32_webcam.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_81_esp32_webcam.ino @@ -1360,6 +1360,7 @@ void CmndWebcamAuth(void){ void CmndWebcamClock(void){ if((XdrvMailbox.payload >= 10) && (XdrvMailbox.payload <= 200)){ Settings->webcam_clk = XdrvMailbox.payload; + WcInterruptControl(); } ResponseCmndNumber(Settings->webcam_clk); }