mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-26 20:32:04 +08:00
81da8ac9f4
date: 2024-06-11T01:36:39 master commit: f8cb04e4a8b032b72a909f68b808a50936184bee
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
|