修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
"package": {
|
||||
"productName": "SpectralPlot",
|
||||
"version": "0.5.57"
|
||||
"version": "0.6.59"
|
||||
},
|
||||
"tauri": {
|
||||
|
||||
@ -59,7 +59,11 @@
|
||||
"targets": "all",
|
||||
"identifier": "lele.rlx",
|
||||
"resources": [
|
||||
"config.json","is11lib.dll"
|
||||
"config.json","is11lib.dll" , "iris_is3lib.dll",
|
||||
"msvcp140.dll",
|
||||
"vcruntime140.dll",
|
||||
"vcruntime140_1.dll",
|
||||
"ucrtbase.dll"
|
||||
],
|
||||
"windows": {
|
||||
|
||||
|
Reference in New Issue
Block a user