Skip to content

Commit

Permalink
sim: disable micd (commaai#26653)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Dec 1, 2022
1 parent 17e06bd commit 996a6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sim/launch_openpilot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export SIMULATION="1"
export SKIP_FW_QUERY="1"
export FINGERPRINT="HONDA CIVIC 2016"

export BLOCK="camerad,loggerd,encoderd"
export BLOCK="camerad,loggerd,encoderd,micd"
if [[ "$CI" ]]; then
# TODO: offscreen UI should work
export BLOCK="${BLOCK},ui"
Expand Down

0 comments on commit 996a6c0

Please sign in to comment.