Commit 1cd40a54 LN

调试状态不连接服务器

1 个父辈 74e0aa74
...@@ -48,9 +48,16 @@ namespace OnlineStore.DeviceLibrary ...@@ -48,9 +48,16 @@ namespace OnlineStore.DeviceLibrary
try try
{ {
humBean.HumidityProcess(this); humBean.HumidityProcess(this);
if (StoreManager.IsConnectServer) if (IsDebug)
{ {
SendLineStatus();
}
else
{
if (StoreManager.IsConnectServer)
{
SendLineStatus();
}
} }
} }
catch (Exception ex) catch (Exception ex)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!