mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-18 13:33:57 +08:00
7 lines
163 B
Bash
Executable File
7 lines
163 B
Bash
Executable File
#!/usr/bin/bash
|
|
export ATHENA_HOST="wss://connect-ws.duckdns.org"
|
|
export API_HOST="https://connect-api.duckdns.org"
|
|
export PASSIVE="0"
|
|
exec ./launch_chffrplus.sh
|
|
|