stupid machine...

This commit is contained in:
legop3
2026-05-01 17:29:49 -04:00
parent a8dd71193a
commit b8bcd49473
6 changed files with 8 additions and 10 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -11,8 +11,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-zn-QfvQ7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DmVJMLH1.css">
<script type="module" crossorigin src="/assets/index-KU93IcC5.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B3vXZfJ6.css">
</head>
<body>
<div id="root"></div>
@@ -1,7 +1,7 @@
const { spawn } = require('child_process');
const EventEmitter = require('events');
const POLL_INTERVAL_MS = 1000;
const POLL_INTERVAL_MS = 3500;
const SCAN_TIMEOUT_MS = 2000;
const RECONNECT_DELAY_MS = 5000;