This commit is contained in:
legop3
2026-05-17 14:25:42 -04:00
parent 394c45000d
commit 13723fe8c6
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="Roomba Rover" /> <meta name="apple-mobile-web-app-title" content="Roomba Rover" />
<title>Roomba Rover</title> <title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-CqV8F5AH.js"></script> <script type="module" crossorigin src="/assets/index-DqMpxfHu.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CkqCBh_q.css"> <link rel="stylesheet" crossorigin href="/assets/index-CkqCBh_q.css">
</head> </head>
<body> <body>
@@ -123,8 +123,8 @@ export default function DriveDockAction({
const dockInstructions = { const dockInstructions = {
summary: 'Use assist mode to manually line up with the dock.', summary: 'Use assist mode to manually line up with the dock.',
steps: [ steps: [
'Line up the round front sensor on the rover with the sensors on the dock', 'Line up the center dot of your rover with the center of the dock',
'Move carefully, lining up your sensor with the center of the dock', 'The UI will indicate when you are successfully docked',
'When good contact is made, charging will start in about 5 seconds.', 'When good contact is made, charging will start in about 5 seconds.',
], ],
}; };