This commit is contained in:
legop3
2026-01-21 13:18:32 -05:00
parent 662efb300b
commit 0600b8552c
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export const OVERCURRENT_GROUPS = [
export const DEFAULT_OVERCURRENT_LIMITS = {
downRatePerSec: 0.15,
upRatePerSec: 0.9,
upRatePerSec: 0.7,
releaseDelaySec: 1,
outputRateMs: 250,
};