mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-21 21:12:06 +08:00
167ef31602
version: sunnypilot v0.9.8.0 release
date: 2024-11-16T19:13:50
master commit: fa9234afa0
8 lines
175 B
Bash
Executable File
8 lines
175 B
Bash
Executable File
#!/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
|