mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-26 20:32:04 +08:00
Add default parameters for Torque interceptor in manager_init
This commit is contained in:
@@ -49,6 +49,8 @@ def manager_init() -> None:
|
||||
("BlendedACC", "0"),
|
||||
("RecordRoad", "1"),
|
||||
("RemoteAccess", "0"),
|
||||
("TorqueInterceptorEnabled", "1"),
|
||||
|
||||
]
|
||||
if not PC:
|
||||
default_params.append(("LastUpdateTime", datetime.datetime.utcnow().isoformat().encode('utf8')))
|
||||
|
||||
Reference in New Issue
Block a user