mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
fix logic when init cam was successful (#18653)
This commit is contained in:
parent
db1b9ffe49
commit
0bf27e70fe
@ -974,7 +974,7 @@ uint32_t WcSetStreamserver(uint32_t flag) {
|
|||||||
|
|
||||||
void WcInterruptControl() {
|
void WcInterruptControl() {
|
||||||
WcSetStreamserver(Settings->webcam_config.stream);
|
WcSetStreamserver(Settings->webcam_config.stream);
|
||||||
if(Wc.up != 0) {WcSetup(Settings->webcam_config.resolution);}
|
if(Wc.up == 0) {WcSetup(Settings->webcam_config.resolution);}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************************************************************************************/
|
/*********************************************************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user