This commit is contained in:
legop3
2026-01-30 23:01:04 -05:00
parent 4f6530badf
commit c60cae75a4
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-DJv47phz.js"></script>
<script type="module" crossorigin src="/assets/index-CLITRLLE.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C97A4E-6.css">
</head>
<body>
+1 -1
View File
@@ -11,7 +11,7 @@ import AlertFeed from '../components/AlertFeed.jsx';
import useDefaultNickname from '../hooks/useDefaultNickname.js';
const ROTATE_MS = 20000;
const HARD_REFRESH_MS = 3 * 60 * 60 * 1000;
const HARD_REFRESH_MS = 1 * 60 * 60 * 1000;
function formatDriverLabel({ roverId, session }) {
const activeDriverId = session?.activeDrivers?.[roverId] || null;