mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
new fefault tilt speed
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<title>Multi Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DXZzGFh7.js"></script>
|
<script type="module" crossorigin src="/assets/index-0tnY0iyj.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-CxK87LGk.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-CxK87LGk.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ export const INPUT_SETTINGS_DEFAULTS = {
|
|||||||
baseSpeed: 250,
|
baseSpeed: 250,
|
||||||
turboSpeed: 400,
|
turboSpeed: 400,
|
||||||
precisionSpeed: 125,
|
precisionSpeed: 125,
|
||||||
tiltSpeed: 90,
|
tiltSpeed: 100,
|
||||||
tiltIntervalMs: 110,
|
tiltIntervalMs: 110,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user