update default tilt speed to something more reasonable....

This commit is contained in:
legop3
2026-05-12 00:41:34 -04:00
parent 03608f9b23
commit 1779f47148
5 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export const INPUT_SETTINGS_DEFAULTS = {
baseSpeed: 250,
turboSpeed: 400,
precisionSpeed: 125,
tiltSpeed: 100,
tiltSpeed: 90,
tiltIntervalMs: 110,
},
};