This commit is contained in:
legop3
2026-06-12 12:40:00 -04:00
parent cc06709674
commit bcd54c28e1
9 changed files with 162 additions and 153 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ export function TelemetryProvider({ children }) {
if (!entries) return;
evaluateSelectorEntries(
roverId,
[...entries].filter((entry) => entry.mode === 'visual' && entry.throttleMs > 0),
[...entries].filter((entry) => entry.mode === 'visual' && throttleMsForEntry(entry) > 0),
);
});
if (visualAllPendingRef.current) {