mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
stupid machine...
This commit is contained in:
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
@@ -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;
|
||||
|
||||
|
||||
@@ -225,11 +225,9 @@ export default function VipNeatoCard({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="rounded-md border border-emerald-900 bg-black p-0.5">
|
||||
<div className="mb-0.25 text-center text-[0.72rem] uppercase tracking-[0.18em] text-emerald-400">
|
||||
Lidar
|
||||
</div>
|
||||
<div className="aspect-square rounded-md border border-emerald-950 bg-[radial-gradient(circle_at_center,rgba(34,197,94,0.14),rgba(0,0,0,0.96)_68%)] p-0.25">
|
||||
<div className="rounded-md bg-slate-800 px-1 py-0.5">
|
||||
<div className="text-[0.72rem] text-slate-300">Lidar</div>
|
||||
<div className="mt-0.25 aspect-square rounded-md border border-emerald-950 bg-[radial-gradient(circle_at_center,rgba(34,197,94,0.14),rgba(0,0,0,0.96)_68%)] p-0.25">
|
||||
{lidarDots ? (
|
||||
<svg viewBox="0 0 220 220" className="h-full w-full">
|
||||
<circle cx="110" cy="110" r="92" fill="none" stroke="#14532d" strokeWidth="1.2" />
|
||||
|
||||
Reference in New Issue
Block a user