fixing idle skips no longer happening!

This commit is contained in:
legop3
2026-06-22 16:05:14 -04:00
parent 988c387196
commit 0a351b9a46
4 changed files with 72 additions and 8 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ export function ControlSystemProvider({ children }) {
if (pipeline.roverId) {
pipeline.enableSensorStream();
}
}, [pipeline]);
}, [pipeline.roverId, pipeline.enableSensorStream]);
const setMode = useCallback(
(mode) => {