This commit is contained in:
2025-06-07 20:55:18 +02:00
parent fe24e5aa23
commit 10e8782798
2 changed files with 20 additions and 1 deletions
+2 -1
View File
@@ -20,7 +20,7 @@ let currentRotation = 0; // rotation en degrés actuelle du vinyle
// 3. Connexion Socket.io
/* const socket = io();
const socket = io();
socket.on('position', (position) => {
const now = Date.now();
@@ -66,6 +66,7 @@ socket.on('position', (position) => {
}, 300);
});
/*
// 4. Fonctions
function togglePlay() {