unneeded WS request

pull/2737/head
Blaz Kristan 2022-02-20 09:41:56 +01:00
rodzic d7dac57a07
commit c895b76864
2 zmienionych plików z 1620 dodań i 1621 usunięć

Wyświetl plik

@ -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;
}
}

Plik diff jest za duży Load Diff