Downloading the instructions through the socket #53

Merged
gregoo merged 8 commits from gregoo/BrickTracker:instructions into instructions 2025-01-26 09:48:18 +01:00
Showing only changes of commit 9b5774555f - Show all commits

View File

@ -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