HDL-ON_Android/Application.cs
@@ -48,10 +48,6 @@ base.OnCreate(); #if DEBUG new Com.Hdl.Dokitsdk.HdlDoKitSdk().InitDokit(this, "3385dbf09648d3d5aabaf03611180610"); #endif WifiManager manager = (WifiManager)this.GetSystemService(Context.WifiService); multicast = manager.CreateMulticastLock("UDPwifi"); @@ -179,6 +175,7 @@ //if (HDL_ON.DriverLayer.Control.Ins.IsRemote) { HDL_ON.DAL.Mqtt.MqttClient.DisConnectRemote("closeTime", false); HDL_ON.DriverLayer.Control.Ins.GatewayOnline_Cloud = HDL_ON.DriverLayer.Control.Ins.GatewayOnline_Local = false; } }