oitercurrenting

This commit is contained in:
legop3
2026-07-13 16:17:36 -04:00
parent 5d8cb48fd0
commit af484f5099
5 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ export const OVERCURRENT_GROUPS = [
];
export const DEFAULT_OVERCURRENT_LIMITS = {
downRatePerSec: 0.5,
upRatePerSec: 0.7,
downRatePerSec: 0.1,
upRatePerSec: 0.4,
releaseDelaySec: 1,
outputRateMs: 250,
};