mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
new default speeds because faster rovers
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// Purpose: Defines namespace identifiers used to segment persisted settings data. Scope: Prevents key collisions and standardizes settings lookup domains.
|
||||
export const INPUT_SETTINGS_DEFAULTS = {
|
||||
keyboard: {
|
||||
baseSpeed: 250,
|
||||
turboSpeed: 500,
|
||||
precisionSpeed: 125,
|
||||
baseSpeed: 210,
|
||||
turboSpeed: 350,
|
||||
precisionSpeed: 90,
|
||||
tiltSpeed: 90,
|
||||
tiltIntervalMs: 110,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user