mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
fixeses
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user