bump up modeld power draw threshold

old-commit-hash: 0d0f5926a006ead1709b78fe69c1186b5a607c66
This commit is contained in:
Adeeb Shihadeh
2022-06-14 21:12:49 -07:00
parent b2808768f6
commit 6ce60227f4
+1 -1
View File
@@ -20,7 +20,7 @@ class Proc:
PROCS = [
Proc('camerad', 2.15),
Proc('modeld', 1.0),
Proc('modeld', 1.0, atol=0.15),
Proc('dmonitoringmodeld', 0.25),
Proc('encoderd', 0.23),
]