mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
14bead366a
This reverts commit 255c89c6ab.
8 lines
175 B
Bash
8 lines
175 B
Bash
#!/usr/bin/bash
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
|
|
|
export FINGERPRINT="TOYOTA_COROLLA_TSS2"
|
|
export SKIP_FW_QUERY="1"
|
|
$DIR/../launch_openpilot.sh
|