This commit is contained in:
legop3
2025-11-18 03:21:13 -05:00
parent 98b61a7845
commit e7793c8ef2
8 changed files with 84 additions and 36 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ import { useControlSystem } from '../controls/index.js';
import AuthPanel from './AuthPanel.jsx';
import AdminPanel from './AdminPanel.jsx';
import KeymapSettings from './KeymapSettings.jsx';
import InputSettings from './InputSettings.jsx';
const manualTabs = [
{ key: 'start', label: 'Start OI' },
@@ -31,10 +32,10 @@ export default function AdvancedSettings() {
if (!roverId) return;
setSensorStream(enable);
};
// why is this broken
return (
<div className="space-y-1">
<KeymapSettings />
<InputSettings />
<section className="rounded-sm bg-[#242a32] p-1 text-sm text-slate-100">
<p className="text-xs text-slate-400">Manual OI commands</p>
<div className="mt-1 flex flex-wrap gap-1">