This commit is contained in:
legop3
2025-12-17 01:06:09 -05:00
parent c42d314cc9
commit 67f4f014c4
3 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -105,10 +105,9 @@ export function useCommandPipeline() {
type: 'raw',
data: { raw: bytesToBase64(bytes) },
});
enableSensorStream();
return true;
},
[emitCommand, enableSensorStream, roverId],
[emitCommand, roverId],
);
const runMacroSteps = useCallback(