test ui crash
This commit is contained in:
@@ -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=10))
|
||||
procs.append(NativeProcess("ui", "selfdrive/ui", ["./ui"], always_run, watchdog_max_dt=100))
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user