Files
openpilot/launch_openpilot.sh
Comma Device 3721ecbf8a Release 260111
2026-01-11 18:23:29 +08:00

7 lines
210 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