mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 10:00:46 -04:00
change some settings defaults
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-Lnr2QLOe.js"></script>
|
<script type="module" crossorigin src="/assets/index-BGqJUh4J.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-Bz1ixYh7.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-Bz1ixYh7.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: 80,
|
tiltSpeed: 90,
|
||||||
tiltIntervalMs: 110,
|
tiltIntervalMs: 110,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -96,5 +96,5 @@ export const AUDIO_SETTINGS_DEFAULTS = {
|
|||||||
alertVolume: 0.5,
|
alertVolume: 0.5,
|
||||||
roverVolume: 1,
|
roverVolume: 1,
|
||||||
mainBrushDuckEnabled: true,
|
mainBrushDuckEnabled: true,
|
||||||
mainBrushDuckAmount: 0.45,
|
mainBrushDuckAmount: 0.75,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user