mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 23:33:58 +08:00
* with brand name
* migrate
* Fix
* fixes
* more
* passes
* fix
* fix the doc
* collects
* these too
* more stuff
* body exception :/
* more
* hardcode i guess
* update ref
* toyota
* more toyota
* and here
* final!
* fix notebooks and ccs
* move this here
old-commit-hash: b0eb3ba4f4
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
|