mirror of
https://github.com/ajouatom/openpilot.git
synced 2026-06-08 11:04:57 +08:00
7 lines
214 B
Bash
Executable File
7 lines
214 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#if [[ "$(cat /data/params/d/EnableConnect)" == "2" ]]; then
|
|
# export API_HOST="https://api.carrotpilot.app"
|
|
# export ATHENA_HOST="wss://athena.carrotpilot.app"
|
|
#fi
|
|
exec ./launch_chffrplus.sh
|