修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下

This commit is contained in:
xin
2025-03-31 13:53:01 +08:00
parent 62a5415e97
commit 8820b28ab8
206 changed files with 19735 additions and 572 deletions

View File

@ -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": {