kopia lustrzana https://github.com/Aircoookie/WLED
unneeded WS request
rodzic
d7dac57a07
commit
c895b76864
|
@ -1112,7 +1112,7 @@ function makeWS() {
|
||||||
if (lastinfo.ws > -1) setTimeout(makeWS,500); //retry WS connection
|
if (lastinfo.ws > -1) setTimeout(makeWS,500); //retry WS connection
|
||||||
}
|
}
|
||||||
ws.onopen = (e)=>{
|
ws.onopen = (e)=>{
|
||||||
ws.send("{'v':true}");
|
//ws.send("{'v':true}"); //unnecessary (https://github.com/Aircoookie/WLED/blob/master/wled00/ws.cpp#L18)
|
||||||
reqsLegal = true;
|
reqsLegal = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
3239
wled00/html_ui.h
3239
wled00/html_ui.h
Plik diff jest za duży
Load Diff
Ładowanie…
Reference in New Issue