xin d582d9a82b 修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下
if (this.caijidirection=="UP")
            {
                await this.GetDataDrection("UP",caijiavgNumber);
                await  delay(100)

            }
            if (this.caijidirection=="DOWN")
               { await this.GetDataDrection("DOWN",caijiavgNumber);
                await  delay(100)
               }

            if (this.caijidirection=="ALL")
            {
                await this.GetDataDrection("UP",caijiavgNumber);
                await  delay(100)
                await this.GetDataDrection("DOWN",caijiavgNumber);
                await  delay(100)
            }
            if(this.caijidirection=="DARK")
            {
                await this.GetDataDrection("DARK",caijiavgNumber);
                await  delay(100)
            }
2024-07-03 11:05:42 +08:00
2024-07-03 09:12:31 +08:00
2024-07-03 09:12:31 +08:00
2024-07-03 09:12:31 +08:00
2024-07-03 09:12:31 +08:00
2024-07-03 09:12:31 +08:00
2024-07-03 09:12:31 +08:00
2024-07-03 09:25:42 +08:00
2024-07-03 09:12:31 +08:00

通用光谱采集软件

Description
No description provided
Readme 6.3 MiB
release Latest
2024-07-03 09:19:52 +08:00
Languages
Vue 35.7%
Rust 19.1%
C++ 16.8%
JavaScript 12.4%
C 10.7%
Other 5.2%