From 3b4ab19a4b05e098e971746c692a0d012fde7445 Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期五, 26 九月 2025 17:49:12 +0800
Subject: [PATCH] 修改问题

---
 Admin.NET/WCS.Application/Util/LedDll.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Admin.NET/WCS.Application/Util/LedDll.cs b/Admin.NET/WCS.Application/Util/LedDll.cs
index 75ce53f..82d6f0d 100644
--- a/Admin.NET/WCS.Application/Util/LedDll.cs
+++ b/Admin.NET/WCS.Application/Util/LedDll.cs
@@ -922,7 +922,7 @@
             // 鍖哄煙瀛椾綋杩愯閫熷害 甯﹀叆鏂瑰紡
             LedDll.PLAYPROP PlayProp = new LedDll.PLAYPROP();
             PlayProp.InStyle = 0;
-            PlayProp.DelayTime = 3;
+            PlayProp.DelayTime = 65535;
             PlayProp.Speed = 2;
             #endregion
 
@@ -1045,7 +1045,7 @@
             // 鍖哄煙瀛椾綋杩愯閫熷害 甯﹀叆鏂瑰紡
             LedDll.PLAYPROP PlayProp = new LedDll.PLAYPROP();
             PlayProp.InStyle = 0;
-            PlayProp.DelayTime = 3;
+            PlayProp.DelayTime = 65535;
             PlayProp.Speed = 2;
             
 
@@ -1116,7 +1116,7 @@
             // 鍖哄煙瀛椾綋杩愯閫熷害 甯﹀叆鏂瑰紡
             LedDll.PLAYPROP PlayProp = new LedDll.PLAYPROP();
             PlayProp.InStyle = 0;
-            PlayProp.DelayTime = 3;
+            PlayProp.DelayTime = 65535;
             PlayProp.Speed = 2;
 
             // 鍖哄煙瀛椾綋鍙橀噺 鍙傛暟璁惧畾
@@ -1200,7 +1200,7 @@
             // 鍖哄煙瀛椾綋杩愯閫熷害 甯﹀叆鏂瑰紡
             LedDll.PLAYPROP PlayProp = new LedDll.PLAYPROP();
             PlayProp.InStyle = 0;
-            PlayProp.DelayTime = 3;
+            PlayProp.DelayTime = 65535;
             PlayProp.Speed = 2;
             #endregion
 

--
Gitblit v1.8.0