mirror of
https://github.com/herizon1054/openpilot.git
synced 2026-04-06 12:14:06 +08:00
8 lines
179 B
Bash
8 lines
179 B
Bash
#!/usr/bin/env bash
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
|
|
|
export FINGERPRINT="TOYOTA_COROLLA_TSS2"
|
|
export SKIP_FW_QUERY="1"
|
|
$DIR/../launch_openpilot.sh
|