Compare commits

..

No commits in common. "1d306586a0114eaea6a875301c741ad6fdecaa08" and "326d50630a0750ea140263ed39bf201f71cbba29" have entirely different histories.

View File

@ -102,7 +102,7 @@ namespace YunDa.Server.ISMSTcp.Services
_ = Task.Run(async () => _ = Task.Run(async () =>
{ {
while (true) while (true)
{//每秒发送一次遥测命令只发送用到的id {//每秒发送一次命令
await SendYcCmd(); await SendYcCmd();
@ -113,7 +113,7 @@ namespace YunDa.Server.ISMSTcp.Services
_ = Task.Run(async () => _ = Task.Run(async () =>
{ {
while (true) while (true)
{//每30秒发送一次虚点命令(全体) {//每30秒发送一次命令
await SendVaCmd(); await SendVaCmd();