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
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -2
View File
@@ -105,10 +105,9 @@ export function useCommandPipeline() {
type: 'raw', type: 'raw',
data: { raw: bytesToBase64(bytes) }, data: { raw: bytesToBase64(bytes) },
}); });
enableSensorStream();
return true; return true;
}, },
[emitCommand, enableSensorStream, roverId], [emitCommand, roverId],
); );
const runMacroSteps = useCallback( const runMacroSteps = useCallback(