Revert "test ui crash"

This reverts commit 2dd436c40d.
This commit is contained in:
firestar5683
2026-03-29 17:59:15 -05:00
parent 9ed1fc74e8
commit da0be57e88
+1 -1
View File
@@ -129,7 +129,7 @@ procs = [
# StarPilot variables
device_type = HARDWARE.get_device_type()
if device_type in ("tici", "tizi"):
procs.append(NativeProcess("ui", "selfdrive/ui", ["./ui"], always_run, watchdog_max_dt=100))
procs.append(NativeProcess("ui", "selfdrive/ui", ["./ui"], always_run, watchdog_max_dt=10))
else:
# C4 (mici) runs the Python raylib UI path; keep watchdog parity with C3/C3X.
procs.append(PythonProcess("ui", "selfdrive.ui.ui", always_run, watchdog_max_dt=10))