tweaking times

This commit is contained in:
legop3
2026-01-21 02:25:28 -05:00
parent 4f60248bc6
commit e0edbcfb28
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-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-BI-hKdyV.js"></script>
<script type="module" crossorigin src="/assets/index-BU08RP3S.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BBEWYgmH.css">
</head>
<body>
+2 -2
View File
@@ -8,9 +8,9 @@ export const OVERCURRENT_GROUPS = [
];
export const DEFAULT_OVERCURRENT_LIMITS = {
meterAChargeSec: 4,
meterAChargeSec: 3,
meterADecaySec: 9,
meterBChargeSec: 5,
meterBChargeSec: 1,
meterBDecaySec: 10,
};