mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 10:00:46 -04:00
add room cameras to driver tab
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>webui</title>
|
<title>webui</title>
|
||||||
<script type="module" crossorigin src="/assets/index-CL4IxhxM.js"></script>
|
<script type="module" crossorigin src="/assets/index-j7W157tS.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BlCqEIWr.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BlCqEIWr.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -29,8 +29,9 @@ export default function RightPaneTabs({ layout }) {
|
|||||||
<TabPanel id="telemetry">
|
<TabPanel id="telemetry">
|
||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<DrivePanel />
|
<DrivePanel />
|
||||||
<CameraServoPanel />
|
<RoomCameraPanel defaultOrientation="horizontal" />
|
||||||
<TelemetryPanel />
|
<TelemetryPanel />
|
||||||
|
<CameraServoPanel />
|
||||||
</div>
|
</div>
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
<TabPanel id="room">
|
<TabPanel id="room">
|
||||||
|
|||||||
Reference in New Issue
Block a user