From 3f87bf0ae7394cdd7d52428f1f6b4361434c7cc4 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 15 五月 2020 13:28:33 +0800 Subject: [PATCH] hhhhhhhhh --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayLogic.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayLogic.cs index 2a1b88a..18ffe33 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayLogic.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayLogic.cs @@ -2228,13 +2228,13 @@ waitCount++; if (this.nowGwConnectMode == GatewayConnectMode.Remote) { - //杩滅▼姣�10绉掓娴嬩竴娆� - if (waitCount < 10) { continue; } + //杩滅▼姣�20绉掓娴嬩竴娆� + if (waitCount < 20) { continue; } } else if (this.nowGwConnectMode == GatewayConnectMode.WIFI) { - //灞�鍩熺綉姣�3绉掓娴嬩竴娆� - if (waitCount < 3) { continue; } + //灞�鍩熺綉姣�5绉掓娴嬩竴娆� + if (waitCount < 5) { continue; } } waitCount = 0; -- Gitblit v1.8.0