From e7fc4ce78573e8a27a83084801c4ef15dee5a5ef Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 31 三月 2023 10:03:49 +0800
Subject: [PATCH] 1

---
 Crabtree/SmartHome/HDL/Operation/Control.cs                       |    2 +-
 Crabtree/CrabtreeOnCertificates:ProvisioningProfile/2023/证书密码.txt |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/Crabtree/CrabtreeOnCertificates:ProvisioningProfile/2023/\350\257\201\344\271\246\345\257\206\347\240\201.txt" "b/Crabtree/CrabtreeOnCertificates:ProvisioningProfile/2023/\350\257\201\344\271\246\345\257\206\347\240\201.txt"
new file mode 100644
index 0000000..653000f
--- /dev/null
+++ "b/Crabtree/CrabtreeOnCertificates:ProvisioningProfile/2023/\350\257\201\344\271\246\345\257\206\347\240\201.txt"
@@ -0,0 +1 @@
+havells@123
\ No newline at end of file
diff --git a/Crabtree/SmartHome/HDL/Operation/Control.cs b/Crabtree/SmartHome/HDL/Operation/Control.cs
index 6c54446..907fb16 100644
--- a/Crabtree/SmartHome/HDL/Operation/Control.cs
+++ b/Crabtree/SmartHome/HDL/Operation/Control.cs
@@ -437,7 +437,7 @@
 
                     //杩欓噷鏄噸鍙戜袱娆�
                     while (Packet.HaveSendCount < 3 && BusSocket.IsRunning) {
-                        if (Packet.FlagDateTime.AddMilliseconds (1000).Ticks <= System.DateTime.Now.Ticks) {
+                        if (Packet.FlagDateTime.AddMilliseconds (300).Ticks <= System.DateTime.Now.Ticks) {
                             Utlis.WriteLine ("閲嶅彂鏁版嵁:" + SendFlag);
                             BusSocket.AsyncBeginSend (Packet);
                         }

--
Gitblit v1.8.0