oitercurrent

This commit is contained in:
legop3
2026-07-13 16:21:05 -04:00
parent af484f5099
commit be37a39291
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ export const OVERCURRENT_GROUPS = [
];
export const DEFAULT_OVERCURRENT_LIMITS = {
downRatePerSec: 0.1,
upRatePerSec: 0.4,
releaseDelaySec: 1,
downRatePerSec: 0.4,
upRatePerSec: 0.5,
releaseDelaySec: 2.5,
outputRateMs: 250,
};