FrogPilot features - Allow updates when parked

This commit is contained in:
FrogAi
2024-05-09 22:38:39 -07:00
parent 16cc2c242e
commit ffb60a5647
4 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -80,7 +80,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", always_run, enabled=not PC),
PythonProcess("uploader", "system.loggerd.uploader", always_run),
PythonProcess("statsd", "system.statsd", always_run),