sim: disable micd (#26653)

old-commit-hash: 996a6c06d4
taco
Adeeb Shihadeh 2 years ago committed by GitHub
parent d56ebf1c20
commit 5f4cc55c2c
  1. 2
      tools/sim/launch_openpilot.sh

@ -6,7 +6,7 @@ export SIMULATION="1"
export SKIP_FW_QUERY="1" export SKIP_FW_QUERY="1"
export FINGERPRINT="HONDA CIVIC 2016" export FINGERPRINT="HONDA CIVIC 2016"
export BLOCK="camerad,loggerd,encoderd" export BLOCK="camerad,loggerd,encoderd,micd"
if [[ "$CI" ]]; then if [[ "$CI" ]]; then
# TODO: offscreen UI should work # TODO: offscreen UI should work
export BLOCK="${BLOCK},ui" export BLOCK="${BLOCK},ui"

Loading…
Cancel
Save