Downloading the instructions through the socket #53
@ -26,7 +26,7 @@ class BrickSocket {
|
|||||||
// Socket status
|
// Socket status
|
||||||
window.setInterval(((bricksocket) => () => {
|
window.setInterval(((bricksocket) => () => {
|
||||||
bricksocket.status();
|
bricksocket.status();
|
||||||
})(this), 500);
|
})(this), 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clear form
|
// Clear form
|
||||||
|
Loading…
Reference in New Issue
Block a user