We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27e60d commit 8caa67dCopy full SHA for 8caa67d
raspberry-pi/ser_seq/index.js
@@ -14,7 +14,11 @@ module.exports =[
14
counter = 0;
15
wsServer.clients.forEach(function (client) {
16
// if (client !== ws && client.readyState === WebSocket.OPEN) {
17
+<<<<<<< HEAD
18
// console.log("chuj");
19
+=======
20
+ // console.log("test");
21
+>>>>>>> Fixes
22
// client.send(data);
23
// }
24
client.send(chunk);
0 commit comments