kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Merge branch 'master' of https://github.com/OpenBuilds/OpenBuilds-CONTROL
commit
3271fe2fc4
1
index.js
1
index.js
|
|
@ -975,6 +975,7 @@ io.on("connection", function(socket) {
|
|||
io.sockets.emit('grbl')
|
||||
}, 600)
|
||||
// Start interval for status queries
|
||||
clearInterval(statusLoop);
|
||||
statusLoop = setInterval(function() {
|
||||
if (status.comms.connectionStatus > 0) {
|
||||
addQRealtime("?");
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue