Compare commits
No commits in common. "1d306586a0114eaea6a875301c741ad6fdecaa08" and "326d50630a0750ea140263ed39bf201f71cbba29" have entirely different histories.
1d306586a0
...
326d50630a
@ -102,7 +102,7 @@ namespace YunDa.Server.ISMSTcp.Services
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
while (true)
|
||||
{//每秒发送一次遥测命令(只发送用到的id)
|
||||
{//每秒发送一次命令
|
||||
|
||||
await SendYcCmd();
|
||||
|
||||
@ -113,7 +113,7 @@ namespace YunDa.Server.ISMSTcp.Services
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
while (true)
|
||||
{//每30秒发送一次虚点命令(全体)
|
||||
{//每30秒发送一次命令
|
||||
|
||||
await SendVaCmd();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user