unneeded WS request

This commit is contained in:
Blaz Kristan 2022-02-20 09:41:56 +01:00
parent d7dac57a07
commit c895b76864
2 changed files with 1620 additions and 1621 deletions

View File

@ -1112,7 +1112,7 @@ function makeWS() {
if (lastinfo.ws > -1) setTimeout(makeWS,500); //retry WS connection
}
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;
}
}

File diff suppressed because it is too large Load Diff