mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Add clock change execution to webcam
This commit is contained in:
parent
2ad018816b
commit
2dec4ac057
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user