Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
2d37f4f
1
Parent(s):
dc95bfe
- static/index.html +7 -7
static/index.html
CHANGED
@@ -190,13 +190,13 @@
|
|
190 |
//reconnectAttempts = 0;
|
191 |
|
192 |
// Show brief success message
|
193 |
-
showConnectionStatus("Connected! Processing input...");
|
194 |
-
setTimeout(() => {
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
},
|
200 |
|
201 |
// Start auto-input mechanism
|
202 |
startAutoInput();
|
|
|
190 |
//reconnectAttempts = 0;
|
191 |
|
192 |
// Show brief success message
|
193 |
+
//showConnectionStatus("Connected! Processing input...");
|
194 |
+
//setTimeout(() => {
|
195 |
+
// // Clear the message after 0.5 second
|
196 |
+
// if (isConnected) {
|
197 |
+
// ctx.clearRect(0, 0, canvas.width, canvas.height);
|
198 |
+
// }
|
199 |
+
//}, 500);
|
200 |
|
201 |
// Start auto-input mechanism
|
202 |
startAutoInput();
|