mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
module LocalUpdate, GyverLamp, WebSocket for C6
This commit is contained in:
@@ -435,9 +435,9 @@ void sendFileToWsByFrames(const String& filename, const String& header, const St
|
||||
continuation = true;
|
||||
}
|
||||
|
||||
Serial.println(String(i) + ") " + "ws: " + String(client_id) + " fr sz: "
|
||||
+ String(size) + " fin: " + String(fin) + " cnt: " +
|
||||
String(continuation));
|
||||
// Serial.println(String(i) + ") " + "ws: " + String(client_id) + " fr sz: "
|
||||
// + String(size) + " fin: " + String(fin) + " cnt: " +
|
||||
// String(continuation));
|
||||
#ifdef ASYNC_WEB_SOCKETS
|
||||
if (client_id == -1) {
|
||||
//ws.broadcastBIN(frameBuf, size, fin, continuation);
|
||||
|
||||
Reference in New Issue
Block a user