mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
bump up modeld power draw threshold
This commit is contained in:
@@ -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),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user