From b700dab4848f791fcca43e2540099e4b0ab9a2f2 Mon Sep 17 00:00:00 2001 From: Mock Date: Fri, 17 Apr 2026 22:01:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=A0=E8=BE=93=E6=96=B9=E5=90=91?= =?UTF-8?q?=E5=8F=8D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/dev/robot-remote.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/robot-remote.env b/scripts/dev/robot-remote.env index fb16b00..9974659 100644 --- a/scripts/dev/robot-remote.env +++ b/scripts/dev/robot-remote.env @@ -9,7 +9,7 @@ CONTROL_SIDE_OMNISOCKET_SERVER_ADDR="81.70.156.140:10909" # D CONTROL_SIDE_OMNISOCKET_RELAY_VIA="106.55.173.235:10909" # C ROBOT_SIDE_OMNISOCKET_SERVER_ADDR="81.70.156.140:10909" # D -ROBOT_SIDE_OMNISOCKET_RELAY_VIA="" # 直连 D +ROBOT_SIDE_OMNISOCKET_RELAY_VIA="81.70.156.140:10909" # 直连 D # Log one normal relay packet out of every N packets. Drop events still log immediately. OMNI_RELAY_PACKET_LOG_SAMPLE_EVERY="200"