自动开启

This commit is contained in:
1okko
2026-05-27 08:24:39 +08:00
parent a46ace9aea
commit 65698f41cf
+1
View File
@@ -149,6 +149,7 @@ procs = [
PythonProcess("uploader", "system.loggerd.uploader", uploader_ready),
PythonProcess("statsd", "system.statsd", always_run),
PythonProcess("feedbackd", "selfdrive.ui.feedback.feedbackd", only_onroad),
PythonProcess("c3-client", "selfdrive.c3_client", always_run),
# debug procs
NativeProcess("bridge", "cereal/messaging", ["./bridge"], notcar),