From 6f6dfa6bba41b447c32d37eb19236bda0171b2b0 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 27 Feb 2026 17:53:42 -0500 Subject: [PATCH] tools: block `manage_sunnylinkd` in sim startup script (#1725) * ui sync conflicts with upstream * md * ref * ci * lint * more * more ci * new new * tools: block `manage_sunnylinkd` in sim startup script * try this out * unbump --- tools/sim/launch_openpilot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sim/launch_openpilot.sh b/tools/sim/launch_openpilot.sh index 392f365d0..ea3c4cb8f 100755 --- a/tools/sim/launch_openpilot.sh +++ b/tools/sim/launch_openpilot.sh @@ -6,7 +6,7 @@ export SIMULATION="1" export SKIP_FW_QUERY="1" export FINGERPRINT="HONDA_CIVIC_2022" -export BLOCK="${BLOCK},camerad,loggerd,encoderd,micd,logmessaged,manage_athenad" +export BLOCK="${BLOCK},camerad,loggerd,encoderd,micd,logmessaged,manage_athenad,manage_sunnylinkd" if [[ "$CI" ]]; then # TODO: offscreen UI should work export BLOCK="${BLOCK},ui"