Commit a0e202c1 by 任天宇

优化

parent 92a84c90
...@@ -503,7 +503,7 @@ namespace Kivii.Client.SamplePackages ...@@ -503,7 +503,7 @@ namespace Kivii.Client.SamplePackages
{ {
return; return;
} }
Thread.Sleep(100);//给下一个写卡让出时间 Thread.Sleep(50);//给下一个写卡让出时间
var epc = ReaderInstance.ReadEpc(); var epc = ReaderInstance.ReadEpc();
samplePrepackaging(tid, epc); samplePrepackaging(tid, epc);
} }
......
...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices; ...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2023.6140")] [assembly: AssemblyVersion("5.4.2023.6190")]
[assembly: AssemblyFileVersion("5.4.2023.6140")] [assembly: AssemblyFileVersion("5.4.2023.6190")]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment