mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -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" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -29,8 +29,9 @@ export default function RightPaneTabs({ layout }) {
|
||||
<TabPanel id="telemetry">
|
||||
<div className="space-y-0.5">
|
||||
<DrivePanel />
|
||||
<CameraServoPanel />
|
||||
<RoomCameraPanel defaultOrientation="horizontal" />
|
||||
<TelemetryPanel />
|
||||
<CameraServoPanel />
|
||||
</div>
|
||||
</TabPanel>
|
||||
<TabPanel id="room">
|
||||
|
||||
Reference in New Issue
Block a user