This commit is contained in:
legop3
2025-12-22 01:03:37 -05:00
parent f579516d64
commit b4a5633bd4
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<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-BsspRmsu.js"></script>
<script type="module" crossorigin src="/assets/index-BZaJy6qR.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B88Ix9u6.css">
</head>
<body>
+1 -1
View File
@@ -8,7 +8,7 @@ import { useRoomCameraSnapshots } from '../hooks/useRoomCameraSnapshots.js';
import VideoTile from '../components/VideoTile.jsx';
import ChatPanel from '../components/ChatPanel.jsx';
const ROTATE_MS = 13000;
const ROTATE_MS = 20000;
function formatDriverLabel({ roverId, session }) {
const activeDriverId = session?.activeDrivers?.[roverId] || null;