陈嘉乐
2020-11-18 50f0a7ce08531e0c5d37f7da243dd54f8dd2fe7b
HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -137,6 +137,10 @@
                    System.Threading.Tasks.Task.Run(() =>
                        {
                            DriverLayer.Control.ins.ChangeCommunicationMode(DriverLayer.CommunicationMode.local_BusUdp);
                            UdpSocket._BusSocket.SearchNetDeviceAction = (revIp) =>
                            {
                                MainPage.Log($"搜索到网络设备:{revIp}");
                            };
                            DriverLayer.Control.ins.myUdp.ReadGatewayIP();
                        });
                };