disable modem.py for now

This commit is contained in:
Adeeb Shihadeh
2026-05-02 20:40:41 -07:00
parent 96d55a3283
commit 1eeba86ec1
+1 -1
View File
@@ -106,7 +106,7 @@ procs = [
PythonProcess("lateral_maneuversd", "tools.lateral_maneuvers.lateral_maneuversd", lat_maneuver),
PythonProcess("radard", "selfdrive.controls.radard", only_onroad),
PythonProcess("hardwared", "system.hardware.hardwared", always_run),
PythonProcess("modem", "system.hardware.tici.modem", always_run, enabled=TICI),
PythonProcess("modem", "system.hardware.tici.modem", always_run, enabled=False),
PythonProcess("tombstoned", "system.tombstoned", always_run, enabled=not PC),
PythonProcess("updated", "system.updated.updated", only_offroad, enabled=not PC),
PythonProcess("uploader", "system.loggerd.uploader", always_run),