add room cameras to driver tab

This commit is contained in:
legop3
2025-11-20 16:35:23 -05:00
parent da494043c8
commit ac634a4ab2
3 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -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">