This commit is contained in:
legop3
2026-01-21 03:03:00 -05:00
parent 1fd0de5b1e
commit fd7b858395
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 = {
heatUpSec: 4,
heatUpSec: 2,
coolDownSec: 12,
kneeSec: 1.5,
kneeSec: 0,
outputRateMs: 250,
};