mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 05:22:03 +08:00
161005a0c1
date: 2025-11-19T19:10:11 master commit: a29fdbd02407d41ecbcc69d151bb4837bfba3cbc
8 lines
179 B
Bash
Executable File
8 lines
179 B
Bash
Executable File
#!/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
|