From 51cb254cbd616e84b7a466b195eb43ab097c3897 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 29 九月 2020 13:16:45 +0800
Subject: [PATCH] 20200928

---
 HDL_ON/DriverLayer/Control_Bus.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/DriverLayer/Control_Bus.cs b/HDL_ON/DriverLayer/Control_Bus.cs
index 1705908..cc437dc 100644
--- a/HDL_ON/DriverLayer/Control_Bus.cs
+++ b/HDL_ON/DriverLayer/Control_Bus.cs
@@ -37,7 +37,7 @@
                 AddData = gatewayBytes,
             }, sendCount, false);
         }
-
+        //鑾峰彇A鍗忚缃戝叧IP
         public static byte[] ReadGatewayIPAddress()
         {
             Control control = new Control();
@@ -177,7 +177,6 @@
         {
             if (((System.Net.IPEndPoint)remoteEndPoint).Port == 6688)
             {
-        
                 for (int i = 0; i < controlList.Count; i++)
                 {
                     try

--
Gitblit v1.8.0