mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-26 12:22:04 +08:00
14 lines
341 B
Bash
Executable File
14 lines
341 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
## Uncomment whichever line applies to your vehicle.
|
|
# export FINGERPRINT="MAZDA 3 2019"
|
|
# export FINGERPRINT="MAZDA CX-30"
|
|
# export FINGERPRINT="MAZDA CX-50"
|
|
# export FINGERPRINT="MAZDA CX-90"
|
|
export ATHENA_HOST="wss://athena.konik.ai"
|
|
export API_HOST="https://api.konik.ai"
|
|
|
|
export PASSIVE="0"
|
|
exec ./launch_chffrplus.sh
|
|
|