sim: disable micd (#26653)

This commit is contained in:
Adeeb Shihadeh
2022-11-30 23:12:35 -08:00
committed by GitHub
parent 17e06bdc93
commit 996a6c06d4
+1 -1
View File
@@ -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"