Merge branch 'min-feat/dev/fileserv' into pre

This commit is contained in:
Rick Lan
2025-05-28 13:32:29 +08:00
3 changed files with 311 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ procs = [
PythonProcess("updated", "system.updated.updated", only_offroad, enabled=not PC),
PythonProcess("uploader", "system.loggerd.uploader", always_run),
PythonProcess("statsd", "system.statsd", always_run),
PythonProcess("fileserv", "dragonpilot.selfdrive.fileserv", only_offroad),
PythonProcess("fileserv", "dragonpilot.selfdrive.fileserv.fileserv", only_offroad),
# debug procs
NativeProcess("bridge", "cereal/messaging", ["./bridge"], notcar),