mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
longer bumpening
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-title" content="Multi Roomba Rover" />
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -70,8 +70,8 @@ export const DEFAULT_MACROS = [
|
||||
{ type: 'pause', duration: COMMAND_DELAY_MS },
|
||||
{ type: 'oi', command: 'full' },
|
||||
{ type: 'pause', duration: 300 },
|
||||
{ type: 'drive', speeds: { left: -500, right: -500 } },
|
||||
{ type: 'pause', duration: 400 },
|
||||
{ type: 'drive', speeds: { left: -300, right: -300 } },
|
||||
{ type: 'pause', duration: 600 },
|
||||
{ type: 'drive', speeds: { left: 0, right: 0 } },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user