Skip to content

Commit 9db9994

Browse files
committed
disable feedback process
1 parent 59f3b32 commit 9db9994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/manager/process_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def and_(*fns):
107107
PythonProcess("updated", "system.updated.updated", only_offroad, enabled=not PC),
108108
PythonProcess("uploader", "system.loggerd.uploader", always_run),
109109
PythonProcess("statsd", "system.statsd", always_run),
110-
PythonProcess("feedbackd", "selfdrive.ui.feedback.feedbackd", only_onroad),
110+
#PythonProcess("feedbackd", "selfdrive.ui.feedback.feedbackd", only_onroad),
111111

112112
# debug procs
113113
NativeProcess("bridge", "cereal/messaging", ["./bridge"], notcar),

0 commit comments

Comments
 (0)