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
+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,
};