From 89f8d3397b374c623f8e5739141c3737d7be60b6 Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 6 Aug 2024 14:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E6=89=93=E5=BC=80=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E6=89=93=E5=BC=80=E6=B0=94=E6=B5=AE=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=8B=E5=8E=8B=E5=90=8E=E6=89=93=E5=BC=80=E6=B0=94?= =?UTF-8?q?=E6=B5=AE=EF=BC=8C=E6=B5=8B=E8=AF=95=E5=AE=8C=E6=88=90=E8=B5=B7?= =?UTF-8?q?=E6=9D=A5=E6=97=B6=E5=85=B3=E9=97=AD=E6=B0=94=E6=B5=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Commom/Ops.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.SkyLine/Commom/Ops.cs b/Rs.SkyLine/Commom/Ops.cs index 1c53c54..b4debff 100644 --- a/Rs.SkyLine/Commom/Ops.cs +++ b/Rs.SkyLine/Commom/Ops.cs @@ -144,7 +144,7 @@ namespace Rs.MotionPlat.Commom Msg.ShowError("laser connect fail!"); } QifuManager.Instance.Init(); - QifuManager.Instance.Write(SysConfigParam.GetValue("QifuValue")); + //QifuManager.Instance.Write(SysConfigParam.GetValue("QifuValue")); LightManger.Instance.SetStatus(ELightStatus.YellowBlink); Off("启动灯"); Off("停止灯");