longer bumpening

This commit is contained in:
legop3
2026-02-08 17:02:55 -05:00
parent c9a19d46f7
commit 1842177a6d
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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-BMsnvs9s.js"></script> <script type="module" crossorigin src="/assets/index-DBKgMVEb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-be89mHSW.css"> <link rel="stylesheet" crossorigin href="/assets/index-be89mHSW.css">
</head> </head>
<body> <body>
+2 -2
View File
@@ -70,8 +70,8 @@ export const DEFAULT_MACROS = [
{ type: 'pause', duration: COMMAND_DELAY_MS }, { type: 'pause', duration: COMMAND_DELAY_MS },
{ type: 'oi', command: 'full' }, { type: 'oi', command: 'full' },
{ type: 'pause', duration: 300 }, { type: 'pause', duration: 300 },
{ type: 'drive', speeds: { left: -500, right: -500 } }, { type: 'drive', speeds: { left: -300, right: -300 } },
{ type: 'pause', duration: 400 }, { type: 'pause', duration: 600 },
{ type: 'drive', speeds: { left: 0, right: 0 } }, { type: 'drive', speeds: { left: 0, right: 0 } },
], ],
}, },