From 74fdd2030de509ce0b3d15dc03d91ae46c3d1601 Mon Sep 17 00:00:00 2001 From: MoreTorque <104254025+MoreTore@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:16:02 -0500 Subject: [PATCH] Update launch_openpilot.sh --- launch_openpilot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launch_openpilot.sh b/launch_openpilot.sh index f850c5db2..028e0f5b5 100755 --- a/launch_openpilot.sh +++ b/launch_openpilot.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -export ATHENA_HOST="wss://connect-ws.duckdns.org" -export API_HOST="https://connect-api.duckdns.org" +export ATHENA_HOST="wss://athena.springerelectronics.com" +export API_HOST="https://api.springerelectronics.com" export PASSIVE="0" exec ./launch_chffrplus.sh