|
@@ -340,10 +340,10 @@ public class InitActivity extends BaseActivity implements SerialPortUtil.IForBro
|
|
|
} else {
|
|
|
//updateHandler.sendEmptyMessageDelayed(404, DATEREFRESH_DELAYMILLIS);
|
|
|
//showNetErrorView("MAC地址: " + macAddress + "\nError:无网络连接;以太网是否连接正常?" + "\n" + AutoRebootUtil.getTextTip());
|
|
|
- if (ethreRoobt) {
|
|
|
+ /*if (ethreRoobt) {
|
|
|
AutoRebootUtil.ethreboot();
|
|
|
}
|
|
|
- ethreRoobt = !ethreRoobt;
|
|
|
+ ethreRoobt = !ethreRoobt;*/
|
|
|
showNetErrorView("MAC地址: " + macAddress + " IP地址: " + ipStr + "\nError:无网络连接;以太网是否连接正常?");// wuyq modify
|
|
|
ToastUtil.showToast("无网络连接;以太网是否连接正常?");
|
|
|
if (null != MyApplication.serialPortUtil)
|