mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
wawa
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-CuKbE2TD.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CiK78C9b.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CVqWOsms.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -122,7 +122,7 @@ export default function DriveDockAction({ layout = 'desktop', expand = false, dr
|
||||
};
|
||||
const dockValue = docked ? 'Docked' : 'Undocked';
|
||||
const dockTone = docked ? 'good' : 'bad';
|
||||
const chargeValue = charging ? 'Charging' : docked ? 'Not charging yet' : '—';
|
||||
const chargeValue = charging ? 'Charging' : docked ? 'Charging in 5s' : '—';
|
||||
const chargeTone = charging ? 'good' : docked ? 'warn' : 'bad';
|
||||
|
||||
const handleReturnToDrive = async () => {
|
||||
|
||||
Reference in New Issue
Block a user