Skip to content

Commit cc7751f

Browse files
committed
Fix
1 parent f03f996 commit cc7751f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raspberry-pi/ser_seq/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports =[
1414
counter = 0;
1515
wsServer.clients.forEach(function (client) {
1616
// if (client !== ws && client.readyState === WebSocket.OPEN) {
17-
// console.log("test");
17+
// console.log("test1");
1818
// client.send(data);
1919
// }
2020
client.send(chunk);

0 commit comments

Comments
 (0)