From 6c0c799c1f5da2d215ec8d9df9b92b3d1948dc14 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 17 十二月 2020 18:03:33 +0800
Subject: [PATCH] 交付住宅,RGB

---
 HDL_ON/DAL/DriverLayer/Control.cs |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/DAL/DriverLayer/Control.cs b/HDL_ON/DAL/DriverLayer/Control.cs
old mode 100644
new mode 100755
index dcd5410..6aa43e7
--- a/HDL_ON/DAL/DriverLayer/Control.cs
+++ b/HDL_ON/DAL/DriverLayer/Control.cs
@@ -469,11 +469,6 @@
         public void UpdataFunctionStatus(string revString,byte []usefulBytes)
         {
             MainPage.Log($"A鍗忚鏇存柊鐘舵��:{revString}");
-            if(Control.Ins.myUdp!= null)
-            {
-                //閲嶇疆閲嶅惎udp鍒ゆ柇璋冩暣
-                Ins.myUdp.controlLostCount = 0;
-            }
             var temp = Newtonsoft.Json.JsonConvert.DeserializeObject<AlinkFunctionStatusObj>(revString);
             if (temp != null)
             {

--
Gitblit v1.8.0