unneeded WS request
This commit is contained in:
parent
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
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user