From c44b10e4447e84dbdfa9105edf460ef364a8f2b3 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 30 十一月 2020 19:53:35 +0800
Subject: [PATCH] Merge branch 'master' into WJC

---
 HDL_ON/UI/MainPage.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs
index 6caaac3..5b1c7ba 100644
--- a/HDL_ON/UI/MainPage.cs
+++ b/HDL_ON/UI/MainPage.cs
@@ -116,8 +116,10 @@
                     //鎼滅储缃戝叧
 
 #if DEBUG
-                    Entity.DB_ResidenceData.residenceData.residenceGatewayMAC = "4E47323347591243";
-                    Entity.DB_ResidenceData.residenceData.GatewayType = 0;
+                    //Entity.DB_ResidenceData.residenceData.residenceGatewayMAC = "4E47323347591243";
+                    //Entity.DB_ResidenceData.residenceData.GatewayType = 0;
+                    Entity.DB_ResidenceData.residenceData.residenceGatewayMAC = "123456789AAAAAAA";
+                    Entity.DB_ResidenceData.residenceData.GatewayType = 1;
 #endif
                     DriverLayer.Control.Ins.SearchLoaclGateway();
                 }

--
Gitblit v1.8.0