mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
i give up
This commit is contained in:
@@ -8,7 +8,7 @@ import { useSessionSelector } from '../context/SessionContext.jsx';
|
|||||||
|
|
||||||
const PTZ_STOP = { pan: 0, tilt: 0, zoom: 0 };
|
const PTZ_STOP = { pan: 0, tilt: 0, zoom: 0 };
|
||||||
const PTZ_SPEEDS = {
|
const PTZ_SPEEDS = {
|
||||||
slow: 0.005,
|
slow: 0.1,
|
||||||
medium: 0.5,
|
medium: 0.5,
|
||||||
fast: 1,
|
fast: 1,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user