Club Penguin 2.0

This commit is contained in:
firestarsdog
2026-05-15 11:45:34 -04:00
parent 38ad334e12
commit 75dcc0772e
3 changed files with 36 additions and 252 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ procs += [
PythonProcess("device_syncd", "starpilot.system.device_syncd", always_run),
PythonProcess("starpilot_process", "starpilot.starpilot_process", always_run),
PythonProcess("mapd", "starpilot.navigation.mapd_wrapper", always_run),
PythonProcess("speed_limit_filler", "starpilot.system.speed_limit_filler", run_speed_limit_filler),
PythonProcess("speed_limit_filler", "starpilot.system.speed_limit_filler", run_speed_limit_filler, nice=19),
PythonProcess("speed_limit_vision", "starpilot.system.speed_limit_vision", run_speed_limit_vision, nice=19),
]