mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 10:00:46 -04:00
leave me alone
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
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
@@ -1,20 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<link rel="icon" type="image/png" href="/bitmap.png" />
|
|
||||||
<link rel="apple-touch-icon" href="/bitmap.png" />
|
|
||||||
<link rel="manifest" href="/manifest.json" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<meta name="theme-color" content="#020617" />
|
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
||||||
<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-cJvNDfdb.js"></script>
|
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BJwrnf9g.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="root"></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
import { useTelemetryFrame } from '../context/TelemetryContext.jsx';
|
import { useTelemetryFrame } from '../context/TelemetryContext.jsx';
|
||||||
import { useControlSystem } from '../controls/index.js';
|
import { useControlSystem } from '../controls/index.js';
|
||||||
// import DiscordInviteButton from './DiscordInviteButton.jsx';
|
import DiscordInviteButton from './DiscordInviteButton.jsx';
|
||||||
|
|
||||||
export default function DrivePanel() {
|
export default function DrivePanel() {
|
||||||
const {
|
const {
|
||||||
@@ -55,6 +55,7 @@ export default function DrivePanel() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/* <DiscordInviteButton /> */}
|
{/* <DiscordInviteButton /> */}
|
||||||
|
{/* kjfhdljhdsaflkjf */}
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user