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 f03f996 commit cc7751fCopy full SHA for cc7751f
raspberry-pi/ser_seq/index.js
@@ -14,7 +14,7 @@ module.exports =[
14
counter = 0;
15
wsServer.clients.forEach(function (client) {
16
// if (client !== ws && client.readyState === WebSocket.OPEN) {
17
- // console.log("test");
+ // console.log("test1");
18
// client.send(data);
19
// }
20
client.send(chunk);
0 commit comments