mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
labelchangel
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||||
<title>Roomba Rover</title>
|
<title>Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-CcEQgs6J.js"></script>
|
<script type="module" crossorigin src="/assets/index-CI46Zplu.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DCGeKtS8.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DCGeKtS8.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ export default function TelemetryPanel() {
|
|||||||
<span> · driver {driverLabel}</span>
|
<span> · driver {driverLabel}</span>
|
||||||
</div> */}
|
</div> */}
|
||||||
{!roverId ? (
|
{!roverId ? (
|
||||||
<p className="text-sm text-slate-500">Assign a rover to view sensors.</p>
|
<p className="text-sm text-slate-500">You are not assigned to a rover!!!!!!</p>
|
||||||
) : !frame ? (
|
) : !frame ? (
|
||||||
<p className="text-sm text-slate-500">Waiting for sensor frames…</p>
|
<p className="text-sm text-slate-500">Waiting for sensor frames…</p>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user