编辑process_config.py

This commit is contained in:
2026-01-13 08:32:28 +08:00
parent 97fabfd857
commit 643bdac12a
+1 -1
View File
@@ -101,7 +101,7 @@ procs = [
PythonProcess("radard", "selfdrive.controls.radard", only_onroad),
PythonProcess("hardwared", "system.hardware.hardwared", always_run),
PythonProcess("tombstoned", "system.tombstoned", always_run, enabled=not PC),
PythonProcess("updated", "system.updated.updated", only_offroad, enabled=not PC),
#PythonProcess("updated", "system.updated.updated", only_offroad, enabled=not PC),
PythonProcess("uploader", "system.loggerd.uploader", always_run),
PythonProcess("statsd", "system.statsd", always_run),
PythonProcess("beep", "selfdrive.selfdrived.beep", always_run),